Skip to content

Commit fccffee

Browse files
author
Dario Segura
committed
[TVOS] Adds the -fembed-bitcode flag to build script so the framework can be used while archiving tvOS builds.
1 parent e17c376 commit fccffee

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

xcodebuildtvos.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,7 @@ def _get_params(self):
6767
# Auto-select SDK if archs is set:
6868
sdk = self._get_sdk_string()
6969
params.extend(("-sdk", sdk))
70+
params.append("OTHER_CFLAGS=-fembed-bitcode")
7071
return params
7172

7273
def _xcodebuild(self, *actions):

0 commit comments

Comments
 (0)