Update vars.mk

This commit is contained in:
2024-05-13 23:14:59 +03:00
committed by GitHub
parent 1a790d1d89
commit 04d8ccdd81

View File

@@ -29,6 +29,7 @@ CUR_DIR := $(shell pwd)
# NDK config
NDK_DIR := "../android-ndk"
$(shell chmod 777 $(CUR_DIR)/config/ndk.sh)
$(shell $(CUR_DIR)/config/ndk.sh)
ifeq ($(OS),Linux)