Update vars.mk

This commit is contained in:
2024-05-13 23:52:55 +03:00
committed by GitHub
parent 39d1411b11
commit 42e5d132e7

View File

@@ -28,7 +28,7 @@ OS := $(shell uname)
CUR_DIR := $(shell pwd) CUR_DIR := $(shell pwd)
# NDK config # NDK config
NDK_DIR := "../android-ndk" NDK_DIR := $(shell dirname ../android-ndk/file)
$(shell chmod 777 $(CUR_DIR)/config/ndk.sh) $(shell chmod 777 $(CUR_DIR)/config/ndk.sh)
$(shell $(CUR_DIR)/config/ndk.sh) $(shell $(CUR_DIR)/config/ndk.sh)