Update vars.mk

This commit is contained in:
2024-05-13 23:00:17 +03:00
committed by GitHub
parent 383a1efe55
commit 086a2dd93d

View File

@@ -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)