From 7736f9c236c1ba3e6492e50d574746db54faebed Mon Sep 17 00:00:00 2001 From: Bazza Date: Sun, 14 Dec 2014 20:58:28 -0300 Subject: [PATCH] error in depends --- package.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.sh b/package.sh index 1dd7b735..3201a98b 100755 --- a/package.sh +++ b/package.sh @@ -108,8 +108,8 @@ cd "$SCRIPT_DIR" checkTool git "git: http://git-scm.com/" checkTool curl "curl: http://curl.haxx.se/" -checkTool avr-gcc "avr-gcc: http://winavr.sourceforge.net/ " if [ $BUILD_TARGET = "win32" ]; then + checkTool avr-gcc "avr-gcc: http://winavr.sourceforge.net/ " #Check if we have 7zip, needed to extract and packup a bunch of packages for windows. checkTool 7z "7zip: http://www.7-zip.org/" checkTool $MAKE "mingw: http://www.mingw.org/" -- 2.30.2