From: daid Date: Wed, 29 Oct 2014 15:57:19 +0000 (+0100) Subject: Auto-detect which make tool to use. X-Git-Tag: 14.10-RC5~6 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=commitdiff_plain;h=675c6cbee68e535cc5cf80883bd07d4c6f217fbd;p=cura.git Auto-detect which make tool to use. --- diff --git a/package.sh b/package.sh index bfb993f5..f0c7e110 100755 --- a/package.sh +++ b/package.sh @@ -82,9 +82,9 @@ if [ "$BUILD_TARGET" = "none" ]; then fi if [ -z `which make` ]; then - MAKE=make -else MAKE=mingw32-make +else + MAKE=make fi # Change working directory to the directory the script is in