only set ANDROID_FLAGS if not already set
This commit is contained in:
parent
e9c542f7c6
commit
c56c9355cb
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -158,7 +158,7 @@ osxapp: Build/Standalone Build/OSXMkLibs
|
||||||
rm -f tmp/git-annex.dmg.bz2
|
rm -f tmp/git-annex.dmg.bz2
|
||||||
bzip2 --fast tmp/git-annex.dmg
|
bzip2 --fast tmp/git-annex.dmg
|
||||||
|
|
||||||
ANDROID_FLAGS=
|
ANDROID_FLAGS?=
|
||||||
# Cross compile for Android.
|
# Cross compile for Android.
|
||||||
# Uses https://github.com/neurocyte/ghc-android
|
# Uses https://github.com/neurocyte/ghc-android
|
||||||
android: Build/EvilSplicer
|
android: Build/EvilSplicer
|
||||||
|
|
Loading…
Add table
Reference in a new issue