[ots] Fix build (#1642)

Export the environment variables before calling meson, otherwise they
have no effect.
This commit is contained in:
Khaled Hosny 2018-07-23 15:56:32 +02:00 committed by Max Moroz
parent f99f761456
commit a5a3f73c58
1 changed files with 3 additions and 3 deletions

View File

@ -15,12 +15,12 @@
#
################################################################################
# Build the project.
# Configure the project.
export CXXFLAGS="$CXXFLAGS -DOTS_FUZZER_NO_MAIN"
export LDFLAGS="-lFuzzingEngine"
meson build
# Build the fuzzer.
export CXXFLAGS="$CXXFLAGS -DOTS_FUZZER_NO_MAIN"
export LDFLAGS="-lFuzzingEngine"
ninja -v -j$(nproc) -C build ots-fuzzer
mv build/ots-fuzzer $OUT/