mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-03-18 21:30:38 +01:00
[ion/simulator/android] Use ANDROID_HOME to point to the Android SDK
This commit is contained in:
committed by
EmilieNumworks
parent
162d857a65
commit
31daf5ff8f
@@ -1,4 +1,5 @@
|
||||
NDK_PATH ?= /usr/local/android/ndk-bundle
|
||||
ANDROID_HOME ?= /usr/local/android
|
||||
NDK_PATH ?= $(ANDROID_HOME)/ndk-bundle
|
||||
|
||||
ifeq ($(HOST),macos)
|
||||
NDK_HOST_TAG ?= darwin-x86_64
|
||||
|
||||
Reference in New Issue
Block a user