2
0
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:
Antony Polukhin
2015-03-13 18:24:26 +03:00
parent 33904c1dde
commit 262e0cac79
2 changed files with 3 additions and 4 deletions

View File

@@ -13,11 +13,11 @@
language: cpp
compiler:
- gcc
- clang
# - clang
os:
- linux
- osx
# - osx
osx_image: xcode61

View File

@@ -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
;
{