Skip to content

Commit f8a6d98

Browse files
committed
fix(android, ios, ios-sim): remove OMIT_IO setting for platform builds
1 parent d7cf2ba commit f8a6d98

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

Makefile

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,6 @@ else ifeq ($(PLATFORM),windows)
8383

8484
else 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

110109
else 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

120118
else 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)

0 commit comments

Comments
 (0)