different way to pass isystem

This commit is contained in:
Ivan Folgueira Bande 2025-08-27 22:37:53 +02:00
parent 3787c1458a
commit 160f9a443f
No known key found for this signature in database
GPG Key ID: 3C117481F89E24A7

View File

@ -86,7 +86,7 @@ ifndef ANDROID_NDK_HOME
$(error ANDROID_NDK_HOME is not set)
endif
build-libsds-for-android-arch: NIM_PARAMS := $(NIM_PARAMS) --passC=\"-isystem $(ANDROID_TOOLCHAIN_DIR)/sysroot/usr/include\"
build-libsds-for-android-arch: NIM_PARAMS := $(NIM_PARAMS) --passC=-isystem\ "$(ANDROID_TOOLCHAIN_DIR)/sysroot/usr/include"
build-libsds-for-android-arch:
CPU=$(CPU) ABIDIR=$(ABIDIR) ANDROID_ARCH=$(ANDROID_ARCH) ANDROID_COMPILER=$(ANDROID_COMPILER) \
ANDROID_TOOLCHAIN_DIR=$(ANDROID_TOOLCHAIN_DIR) $(ENV_SCRIPT) \