diff options
Diffstat (limited to 'BUILD/FINISH.sh')
-rw-r--r-- | BUILD/FINISH.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/BUILD/FINISH.sh b/BUILD/FINISH.sh index 02deb67bd25..089ff19a7be 100644 --- a/BUILD/FINISH.sh +++ b/BUILD/FINISH.sh @@ -6,7 +6,7 @@ for arg in "$@"; do done -CFLAGS="$cflags" CXX=gcc CXXFLAGS="$cxxflags" eval "$configure" +eval "CFLAGS='$cflags' CXX=gcc CXXFLAGS='$cxxflags' $configure" if [ "x$do_make" = "xno" ] ; then exit 0 |