mirror of
https://github.com/moses-smt/mosesdecoder.git
synced 2024-12-27 22:14:57 +03:00
Only add -static to clang on linux
This commit is contained in:
parent
9e626369f7
commit
28b1fbcf5d
2
Jamroot
2
Jamroot
@ -185,7 +185,7 @@ project : requirements
|
||||
<threading>multi:<library>boost_thread
|
||||
<define>_FILE_OFFSET_BITS=64 <define>_LARGE_FILES
|
||||
$(requirements)
|
||||
<link>static,<toolset>clang:<linkflags>-static #apparently bjam doesn't pass -static properly.
|
||||
<os>LINUX,<link>static,<toolset>clang:<linkflags>-static #apparently bjam doesn't pass -static properly.
|
||||
<cxxflags>$(cxxflags)
|
||||
<cflags>$(cflags)
|
||||
<linkflags>$(ldflags)
|
||||
|
Loading…
Reference in New Issue
Block a user