]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/boost/libs/log/example/multiple_files/Jamfile.v2
import new upstream nautilus stable release 14.2.8
[ceph.git] / ceph / src / boost / libs / log / example / multiple_files / Jamfile.v2
index 29566c3f1c4b683f5f03259834af75031daeaf8a..81e3e5dda118a3bdfb01696321593b1caad07804 100644 (file)
@@ -5,8 +5,12 @@
 #          http://www.boost.org/LICENSE_1_0.txt)
 #
 
+import ../../build/log-platform-config ;
+
 project
     : requirements
+        <conditional>@log-platform-config.set-platform-defines
+
         <link>shared:<define>BOOST_ALL_DYN_LINK
         <toolset>msvc:<define>_SCL_SECURE_NO_WARNINGS
         <toolset>msvc:<define>_SCL_SECURE_NO_DEPRECATE
@@ -44,7 +48,6 @@ project
         <library>/boost/log//boost_log
         <library>/boost/date_time//boost_date_time
         <library>/boost/filesystem//boost_filesystem
-        <library>/boost/system//boost_system
         <library>/boost/thread//boost_thread
         <threading>multi
     ;