]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/boost/libs/context/example/fiber/Jamfile.v2
import quincy beta 17.1.0
[ceph.git] / ceph / src / boost / libs / context / example / fiber / Jamfile.v2
index e827eff6bf5f7f305cec6487893dd82a494c0207..bf3c1bd20ec56840345ede62fe2732a3634555be 100644 (file)
@@ -18,8 +18,8 @@ import architecture ;
 project boost/context/example/fiber
     : 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