diff --git a/config/vars.mk b/config/vars.mk index 38d9bf2..8f4e025 100644 --- a/config/vars.mk +++ b/config/vars.mk @@ -28,7 +28,7 @@ OS := $(shell uname) CUR_DIR := $(shell pwd) # NDK config -NDK_DIR := ../android-ndk +NDK_DIR := "../android-ndk" $(shell bash $(CUR_DIR)/config/ndk.sh) ifeq ($(OS),Linux)