Skip to content
This repository was archived by the owner on Nov 21, 2018. It is now read-only.

Commit d19ecca

Browse files
authored
Merge pull request #112 from m4b/patch-2
add CXXFLAGS for cmake
2 parents 152970e + a747e13 commit d19ecca

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

slaves/linux/build-musl.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
set -ex
44

55
export CFLAGS="-fPIC -Wa,-mrelax-relocations=no"
6+
export CXXFLAGS="-Wa,-mrelax-relocations=no"
67
MUSL=musl-1.1.14
78
# Support building MUSL
89
curl http://www.musl-libc.org/releases/$MUSL.tar.gz | tar xzf -

0 commit comments

Comments
 (0)