From 3fea6c73ccb13fbd5014f66927614a064cc206f5 Mon Sep 17 00:00:00 2001 From: YZBruh Date: Mon, 13 May 2024 23:06:56 +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 a4c24c8..76e0950 100644 --- a/config/vars.mk +++ b/config/vars.mk @@ -29,7 +29,7 @@ CUR_DIR := $(shell pwd) # NDK config NDK_DIR := "../android-ndk" -$(shell ". $(CUR_DIR)/config/ndk.sh") +$(shell "source "$(CUR_DIR)/config/ndk.sh"") ifeq ($(OS),Linux) TOOLCHAIN := $(NDK_DIR)/toolchains/llvm/prebuilt/darwin-x86_64