From 5a9adba1fbcfb7a9b06ebc67241730aee252ceaa Mon Sep 17 00:00:00 2001 From: Robin Gareus Date: Wed, 20 Sep 2017 14:15:27 +0200 Subject: Clean up and fix win x-compile script --- tools/x-win/compile.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'tools') diff --git a/tools/x-win/compile.sh b/tools/x-win/compile.sh index 643e3d84e6..6f8e141685 100755 --- a/tools/x-win/compile.sh +++ b/tools/x-win/compile.sh @@ -74,13 +74,15 @@ fi CFLAGS="-mstackrealign$OPT" \ CXXFLAGS="-mstackrealign$OPT" \ -LDFLAGS="-L${PREFIX}/lib" ./waf configure \ +LDFLAGS="-L${PREFIX}/lib" \ DEPSTACK_ROOT="$PREFIX" \ +./waf configure \ --keepflags \ --dist-target=mingw \ --also-include=${PREFIX}/include \ $ARDOURCFG \ --prefix=${PREFIX} + ./waf ${CONCURRENCY} if [ "$(id -u)" = "0" ]; then -- cgit v1.2.3