Skip to content

Commit 9dcfbb4

Browse files
committed
tvos enable bitcode
1 parent 2407a95 commit 9dcfbb4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/export-plat-env.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ function init_plat_env() {
6767
export XC_OTHER_CFLAGS=""
6868
ALL_ARCHS="x86_64 arm64"
6969
elif [[ "$XC_PLAT" == 'tvos' ]]; then
70-
export XC_OTHER_CFLAGS=''
70+
export XC_OTHER_CFLAGS="-fembed-bitcode"
7171
ALL_ARCHS="arm64 arm64_simulator x86_64_simulator"
7272
fi
7373

0 commit comments

Comments
 (0)