]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/boost/libs/spirit/example/x3/rexpr/rexpr_full/Jamfile
import new upstream nautilus stable release 14.2.8
[ceph.git] / ceph / src / boost / libs / spirit / example / x3 / rexpr / rexpr_full / Jamfile
index c0c86ea18d1dd28009a5f9a6a7e4e728cc99b6ac..5723b1ed063b102f094183c82af1202b3694d52f 100644 (file)
@@ -8,15 +8,13 @@
 project spirit-x3-example-rexpr
    : requirements
       <c++-template-depth>512
-      <toolset>gcc:<cxxflags>-std=c++14
-      <toolset>clang:<cxxflags>-std=c++1y
-      <toolset>darwin:<cxxflags>-std=c++14
       <use>/boost//headers
+      <define>BOOST_SPIRIT_X3_NO_FILESYSTEM
       <include>.
    ;
 
 lib rexpr
-   : [ glob src/*.cpp ] /boost//system
+   : [ glob src/*.cpp ]
    ;
 
 build-project test ;