From 086a2dd93ddd5febc86634a9999e2d1b3a554e17 Mon Sep 17 00:00:00 2001 From: YZBruh Date: Mon, 13 May 2024 23:00:17 +0300 Subject: [PATCH] Update vars.mk --- config/vars.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)