]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/boost/libs/coroutine2/example/Jamfile.v2
import quincy beta 17.1.0
[ceph.git] / ceph / src / boost / libs / coroutine2 / example / Jamfile.v2
index 67bd232eb0fe32e0adc796fa7b42ae8857acd3d0..327cfe92d4ba95ccf76c395c0268a7fd3508f747 100644 (file)
@@ -16,8 +16,8 @@ import toolset ;
 project boost/coroutine2/example
     : requirements
       <library>/boost/context//boost_context
-      <toolset>gcc,<segmented-stacks>on:<cxxflags>-fsplit-stack
-      <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
       <toolset>clang,<segmented-stacks>on:<cxxflags>-fsplit-stack
       <toolset>clang,<segmented-stacks>on:<cxxflags>-DBOOST_USE_SEGMENTED_STACKS
       <link>static