Skip to content

Commit 75d039b

Browse files
committed
Fixed I'm stupid & forgot how line contuations work in bash
1 parent fd71aec commit 75d039b

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

boost.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1010,9 +1010,9 @@ fi
10101010
# Should perhaps also consider/use instead: -BOOST_SP_USE_PTHREADS
10111011

10121012
# Must set these after parseArgs to fill in overriden values
1013-
EXTRA_FLAGS="-DBOOST_AC_USE_PTHREADS -DBOOST_SP_USE_PTHREADS -g -DNDEBUG" \
1014-
" -fvisibility=hidden -fvisibility-inlines-hidden" \
1015-
" -Wno-unused-local-typedef -fembed-bitcode -Wno-nullability-completeness"
1013+
EXTRA_FLAGS="-DBOOST_AC_USE_PTHREADS -DBOOST_SP_USE_PTHREADS -g -DNDEBUG"`
1014+
`" -fvisibility=hidden -fvisibility-inlines-hidden"`
1015+
`" -Wno-unused-local-typedef -fembed-bitcode -Wno-nullability-completeness"
10161016
EXTRA_IOS_FLAGS="$EXTRA_FLAGS -mios-version-min=$MIN_IOS_VERSION"
10171017
EXTRA_TVOS_FLAGS="$EXTRA_FLAGS -mtvos-version-min=$MIN_TVOS_VERSION"
10181018
EXTRA_MACOS_FLAGS="$EXTRA_FLAGS -mmacosx-version-min=$MIN_MACOS_VERSION"

changelog

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
-- 2018-08-14 --
2+
* Fixed I'm stupid and forgot how line contiuations work in Bash...
3+
14
-- 2018-07-27 --
25
* Updated Boost version to 1.67.0
36
* Fixed tvOS build

0 commit comments

Comments
 (0)