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:
@@ -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 * )
|
||||
|
||||
@@ -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
|
||||
;
|
||||
|
||||
Reference in New Issue
Block a user