Skip to content

Commit 151d653

Browse files
committed
Add embed-bitcode to the iOS simulator build.
1 parent 184bd2e commit 151d653

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,7 @@ CFLAGS-macOS=-mmacosx-version-min=$(MACOSX_DEPLOYMENT_TARGET)
5252
TARGETS-iOS=iphonesimulator.x86_64 iphoneos.arm64
5353
CFLAGS-iOS=-mios-version-min=8.0
5454
CFLAGS-iphoneos.arm64=-fembed-bitcode
55+
CFLAGS-iphonesimulator.x86_64=-fembed-bitcode
5556

5657
# tvOS targets
5758
TARGETS-tvOS=appletvsimulator.x86_64 appletvos.arm64

0 commit comments

Comments
 (0)