File tree Expand file tree Collapse file tree 1 file changed +0
-3
lines changed
Expand file tree Collapse file tree 1 file changed +0
-3
lines changed Original file line number Diff line number Diff line change @@ -83,7 +83,6 @@ else ifeq ($(PLATFORM),windows)
8383
8484else ifeq ($(PLATFORM),android)
8585 EXT := so
86- OMIT_IO := 1
8786
8887 NDK_HOST := $(shell uname -s | tr '[:upper:]' '[:lower:]') -x86_64
8988 ifeq ($(NDK_HOST),darwin-x86_64)
@@ -109,7 +108,6 @@ else ifeq ($(PLATFORM),android)
109108
110109else ifeq ($(PLATFORM),ios)
111110 EXT := dylib
112- OMIT_IO := 1
113111
114112 SDK := $(shell xcrun --sdk iphoneos --show-sdk-path)
115113 CC := $(shell xcrun --sdk iphoneos -f clang)
@@ -119,7 +117,6 @@ else ifeq ($(PLATFORM),ios)
119117
120118else ifeq ($(PLATFORM),ios-sim)
121119 EXT := dylib
122- OMIT_IO := 1
123120
124121 SDK := $(shell xcrun --sdk iphonesimulator --show-sdk-path)
125122 CC := $(shell xcrun --sdk iphonesimulator -f clang)
You can’t perform that action at this time.
0 commit comments