build.sh: allow out-of-tree builds

This commit is contained in:
Tillmann Karras 2018-09-05 21:48:09 +01:00 committed by Jannik Vogel
parent 1c6bb37bec
commit df2dc0ce33
1 changed files with 1 additions and 1 deletions

View File

@ -40,7 +40,7 @@ esac
set -x # Print commands from now on
./configure \
$(dirname "$0")/configure \
--enable-debug \
--extra-cflags="$CFLAGS_COMMON $CFLAGS" \
$CONFIGURE \