We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0203086 commit 39db8c4Copy full SHA for 39db8c4
test/Jamfile.v2
@@ -19,8 +19,8 @@ project boost/coroutine/test
19
<library>/boost/coroutine//boost_coroutine
20
<library>/boost/program_options//boost_program_options
21
<library>/boost/test///boost_unit_test_framework
22
- <toolset>gcc,<segmented-stacks>on:<cxxflags>-fsplit-stack
23
- <toolset>gcc,<segmented-stacks>on:<cxxflags>-DBOOST_USE_SEGMENTED_STACKS
+ <target-os>linux,<toolset>gcc,<segmented-stacks>on:<cxxflags>-fsplit-stack
+ <target-os>linux,<toolset>gcc,<segmented-stacks>on:<cxxflags>-DBOOST_USE_SEGMENTED_STACKS
24
<toolset>clang,<segmented-stacks>on:<cxxflags>-fsplit-stack
25
<toolset>clang,<segmented-stacks>on:<cxxflags>-DBOOST_USE_SEGMENTED_STACKS
26
<link>static
0 commit comments