2
0
mirror of https://github.com/boostorg/sync.git synced 2026-01-19 04:42:12 +00:00

Removed linking with Boost.System.

Since Boost.System is now header-only, remove linking with the library.
This commit is contained in:
Andrey Semashev
2019-01-14 20:23:16 +03:00
parent 0631f0e507
commit 7df0b2f16c
2 changed files with 0 additions and 3 deletions

View File

@@ -39,12 +39,10 @@ project boost/sync
<define>BOOST_SYNC_BUILDING=1
<target-os>windows:<define>BOOST_USE_WINDOWS_H=1
<target-os>windows:<define>WIN32_LEAN_AND_MEAN=1
<library>/boost/system//boost_system
: usage-requirements # pass these requirement to dependents (i.e. users)
<link>static:<define>BOOST_SYNC_STATIC_LINK=1
<link>shared:<define>BOOST_SYNC_DYN_LINK=1
<library>/boost/system//boost_system
;
rule win32_pthread_paths ( properties * )

View File

@@ -12,7 +12,6 @@ project
<threading>multi
<hardcode-dll-paths>true
<library>/boost/sync//boost_sync
<library>/boost/system//boost_system
<library>/boost/thread//boost_thread
<library>/boost/date_time//boost_date_time
;