We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d7cf2ba commit f8a6d98Copy full SHA for f8a6d98
1 file changed
Makefile
@@ -83,7 +83,6 @@ else ifeq ($(PLATFORM),windows)
83
84
else ifeq ($(PLATFORM),android)
85
EXT := so
86
- OMIT_IO := 1
87
88
NDK_HOST := $(shell uname -s | tr '[:upper:]' '[:lower:]')-x86_64
89
ifeq ($(NDK_HOST),darwin-x86_64)
@@ -109,7 +108,6 @@ else ifeq ($(PLATFORM),android)
109
108
110
else ifeq ($(PLATFORM),ios)
111
EXT := dylib
112
113
114
SDK := $(shell xcrun --sdk iphoneos --show-sdk-path)
115
CC := $(shell xcrun --sdk iphoneos -f clang)
@@ -119,7 +117,6 @@ else ifeq ($(PLATFORM),ios)
119
117
120
118
else ifeq ($(PLATFORM),ios-sim)
121
122
123
124
SDK := $(shell xcrun --sdk iphonesimulator --show-sdk-path)
125
CC := $(shell xcrun --sdk iphonesimulator -f clang)
0 commit comments