Skip to content

Commit

Permalink
Merge pull request #32 from TrompoGames/master
Browse files Browse the repository at this point in the history
[TVOS] Adds the -fembed-bitcode flag to build script.
  • Loading branch information
phoboslab committed Oct 22, 2015
2 parents e17c376 + 81c198c commit 1021bc3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions xcodebuildtvos.py
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,8 @@ def _get_params(self):
# Auto-select SDK if archs is set:
sdk = self._get_sdk_string()
params.extend(("-sdk", sdk))

params.append("OTHER_CFLAGS=-Qunused-arguments -fembed-bitcode")
return params

def _xcodebuild(self, *actions):
Expand Down

0 comments on commit 1021bc3

Please sign in to comment.