summaryrefslogtreecommitdiff
path: root/hints/linux-android.sh
diff options
context:
space:
mode:
Diffstat (limited to 'hints/linux-android.sh')
-rw-r--r--hints/linux-android.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/hints/linux-android.sh b/hints/linux-android.sh
index d0d21c4a95..0c7d26c862 100644
--- a/hints/linux-android.sh
+++ b/hints/linux-android.sh
@@ -235,3 +235,6 @@ exit 0
EOF
$chmod a+rx $from
+if $test "X$hostosname" = "Xdarwin"; then
+ firstmakefile=GNUmakefile;
+fi