chiark / gitweb /
error in depends
authorBazza <ernesto_bazzano@yahoo.com.ar>
Sun, 14 Dec 2014 23:58:28 +0000 (20:58 -0300)
committerBazza <ernesto_bazzano@yahoo.com.ar>
Sun, 14 Dec 2014 23:58:28 +0000 (20:58 -0300)
package.sh

index 1dd7b7354a2c5d4b187817ac0185887aac087bf9..3201a98bc8e9bba0a2f59e0530b202680cc44484 100755 (executable)
@@ -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/"