mirror of
https://github.com/boostorg/dll.git
synced 2026-02-18 14:02:16 +00:00
Attempt to fix link errors in Boost (2)
This commit is contained in:
@@ -13,11 +13,11 @@
|
||||
language: cpp
|
||||
compiler:
|
||||
- gcc
|
||||
- clang
|
||||
# - clang
|
||||
|
||||
os:
|
||||
- linux
|
||||
- osx
|
||||
# - osx
|
||||
|
||||
osx_image: xcode61
|
||||
|
||||
|
||||
@@ -26,9 +26,8 @@ project
|
||||
<toolset>gcc:<cxxflags>"-Wall -Wextra -pedantic -Wno-long-long"
|
||||
|
||||
# others
|
||||
<define>BOOST_SYSTEM_NO_DEPRECATED
|
||||
<library>/boost/system//boost_system
|
||||
<library>/boost/filesystem//boost_filesystem
|
||||
<library>/boost/system//boost_system
|
||||
<threading>multi
|
||||
;
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user