forked from cory/tildefriends
Oops.
git-svn-id: https://www.unprompted.com/svn/projects/tildefriends/trunk@4512 ed5197a5-7fde-0310-b194-c3ffbd925b24
This commit is contained in:
parent
1c621a602f
commit
a39f820ff1
3
Makefile
3
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
|
||||
|
Loading…
Reference in New Issue
Block a user