From f21c02e772c7696fecb1c1847cdcf4c65da0c53e Mon Sep 17 00:00:00 2001 From: Cas Cremers Date: Mon, 15 Sep 2008 15:57:30 +0200 Subject: [PATCH] BUGFIX: Build scripts did not always build unix version correctly. --- src/subbuild-unix-both.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/subbuild-unix-both.sh b/src/subbuild-unix-both.sh index 5fb0123..19b0674 100755 --- a/src/subbuild-unix-both.sh +++ b/src/subbuild-unix-both.sh @@ -5,7 +5,7 @@ CMFLAGS="-D CMAKE_BUILD_TYPE:STRING=Release" # Make for windows and linux cmake $CMFLAGS -D TARGETOS=Win32 . && make -cmake $CMFLAGS . && make +cmake $CMFLAGS -D TARGETOS=Unix . && make echo echo