hints/linux-androideabi.sh: If the host OS is darwin, set firstmakefile to GNUmakefile
authorBrian Fraser <fraserbn@gmail.com>
Sun, 11 Aug 2013 21:43:17 +0000 (18:43 -0300)
committerBrian Fraser <fraserbn@gmail.com>
Sun, 26 Jan 2014 17:44:20 +0000 (14:44 -0300)
hints/linux-android.sh

index d0d21c4..0c7d26c 100644 (file)
@@ -235,3 +235,6 @@ exit 0
 EOF
 $chmod a+rx $from
 
+if $test "X$hostosname" = "Xdarwin"; then
+  firstmakefile=GNUmakefile;
+fi