From a39f820ff126e85e8905a1074921fc3ae9813983 Mon Sep 17 00:00:00 2001 From: Cory McWilliams Date: Thu, 12 Oct 2023 01:33:49 +0000 Subject: [PATCH] Oops. git-svn-id: https://www.unprompted.com/svn/projects/tildefriends/trunk@4512 ed5197a5-7fde-0310-b194-c3ffbd925b24 --- Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 1e910fbf..68da2fd9 100644 --- a/Makefile +++ b/Makefile @@ -112,8 +112,7 @@ $(WINDOWS_TARGETS): LDFLAGS += \ -lm \ -Ldeps/openssl/mingw64/lib $(MACOS_TARGETS): CC = xcrun clang -IOS_SYSROOT := $(shell xcrun --sdk iphoneos --show-sdk-path) -$(info $(IOS_SYSROOT)) +$(IOS_TARGETS): IOS_SYSROOT := $(shell xcrun --sdk iphoneos --show-sdk-path) $(IOS_TARGETS): CC = xcrun --sdk iphoneos clang -isysroot $(IOS_SYSROOT) -arch arm64 $(ANDROID_X86_64_TARGETS): ANDROID_NDK_TARGET_TRIPLE := x86_64-linux-android $(ANDROID_X86_TARGETS): ANDROID_NDK_TARGET_TRIPLE := i686-linux-android