Use CXXFLAGS also for linking when building wxWidgets (#914)

Otherwise the correct -stdlib=libc++ option, which is part of CXXFLAGS
defined in the Docker container, is not used resulting in link errors.
This commit is contained in:
VZ 2017-10-25 02:53:45 +02:00 committed by Oliver Chang
parent ee358c11e4
commit 72e9d687ce
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@
################################################################################
# build project
./configure --without-subdirs --disable-sys-libs --disable-gui
./configure --without-subdirs --disable-sys-libs --disable-gui LDFLAGS="$CXXFLAGS"
make -j$(nproc) wxbase
# build fuzzers