mirror of
https://github.com/boostorg/build.git
synced 2026-02-02 08:42:13 +00:00
b775145d8fd6d3c2fc439aba8acff1247e55003a
Patch from Andre Hentz. * v2/build/toolset.jam (inherit-flags): Take an extra parameter describing properties that should not be inherited. * v2/build/type.jam (register-suffixes): Removed local qualifier. * v2/test/BoostBuild.py (prepare_suffix_map): Add .dylib if OS is Darwin. (Tester::_init_): path to bjam on Darwin. * v2/test/prebuilt.py make sure $toolset is expanded correctly. * v2/test/prebuilt/project-root.jam use $toolset instead of gcc. * v2/test/prebuilt/ext/project-root.jam use $toolset instead of gcc. * v2/test/prebuilt/ext/Jamfile2.jam handle extension .dylib. * v2/test/prebuilt/ext/Jamfile2.jam handle extension .dylib. * v2/tools/darwin.jam inline call to toolset.inherit. filter <debug-symbols>off because -s is not accepted for dlls. speficy that .dylib files are of type SHARED_LIB. (actions link): pass -s for static linkage. (actions link.dll): pass -L flag with path to libraries. (actions archive): -c inhibits warning. [SVN r22332]
Description
Mirrored via gitea-mirror
Languages
C++
73.8%
Python
22.6%
C
1.6%
Batchfile
0.7%
Shell
0.6%
Other
0.6%