mirror of
https://github.com/boostorg/build.git
synced 2026-02-14 12:42:11 +00:00
Attempt to satisfy intel-linux 9.0's apparent need for -lutil
[SVN r50869]
This commit is contained in:
@@ -654,7 +654,8 @@ local rule system-library-dependencies ( target-os )
|
||||
|
||||
case aix : return <library>pthread <library>dl ;
|
||||
|
||||
case * : return <library>pthread <library>dl <toolset>gcc:<library>util ;
|
||||
case * : return <library>pthread <library>dl
|
||||
<toolset>gcc:<library>util <toolset-intel:platform>linux:<library>util ;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user