Skip to content

Commit

Permalink
[makefile] Fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
kirb committed Nov 23, 2021
1 parent f29e094 commit 8f96284
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ NewTerm_XCODEFLAGS = SWIFT_OLD_RPATH=/usr/lib/libswift/stable
NewTerm_XCODE_SCHEME = NewTerm (iOS)
# Prevent bitcode from being embedded in archive builds.
NewTerm_XCODEFLAGS = ENABLE_BITCODE=NO
NewTerm_CODESIGN_FLAGS = -SiOS/entitlements.plist
NewTerm_CODESIGN_FLAGS = -SApp/entitlements.plist

include $(THEOS_MAKE_PATH)/xcodeproj.mk

Expand Down

0 comments on commit 8f96284

Please sign in to comment.