From: daid Date: Wed, 29 Oct 2014 15:57:19 +0000 (+0100) Subject: Auto-detect which make tool to use. X-Git-Tag: lulzbot-14.12~47 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=commitdiff_plain;h=25b53119c4a069b13b1051f3e6f03c8337a03d36;p=cura.git Auto-detect which make tool to use. --- diff --git a/package.sh b/package.sh index 6dc6e55b..7e187dec 100755 --- a/package.sh +++ b/package.sh @@ -88,9 +88,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