Skip to content
This repository was archived by the owner on Jul 11, 2025. It is now read-only.

Commit 1021bc3

Browse files
committed
Merge pull request phoboslab#32 from TrompoGames/master
[TVOS] Adds the -fembed-bitcode flag to build script.
2 parents e17c376 + 81c198c commit 1021bc3

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

xcodebuildtvos.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,8 @@ def _get_params(self):
6767
# Auto-select SDK if archs is set:
6868
sdk = self._get_sdk_string()
6969
params.extend(("-sdk", sdk))
70+
71+
params.append("OTHER_CFLAGS=-Qunused-arguments -fembed-bitcode")
7072
return params
7173

7274
def _xcodebuild(self, *actions):

0 commit comments

Comments
 (0)