1
0
forked from boostorg/mp11

Fix CXXFLAGS handling

This commit is contained in:
Peter Dimov
2018-04-25 16:14:12 +03:00
parent 0704f9ed4d
commit 42f4f0b8f0

View File

@@ -217,7 +217,7 @@ install:
script:
- |-
echo "using $TOOLSET : : $COMPILER ;" > ~/user-config.jam
- ./b2 -j3 libs/mp11/test toolset=$TOOLSET cxxstd=$CXXSTD cxxflags=$CXXFLAGS
- ./b2 -j3 libs/mp11/test toolset=$TOOLSET cxxstd=$CXXSTD ${CXXFLAGS:+cxxflags="$CXXFLAGS"}
notifications:
email: