diff --git a/tools/build.sh b/tools/build.sh index c2acb1b..6f1be82 100755 --- a/tools/build.sh +++ b/tools/build.sh @@ -84,7 +84,7 @@ fi for target in $TARGETS do echo "Building for $target" - $SFDK -c "target=$target" build -p -d $HARBOUR + $SFDK -c "target=$target" -c no-vcs-apply build -p -d $HARBOUR if [ "$DIR" != "" ] then cp -v "$($SFDK config --show | grep output-prefix \