We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2407a95 commit 9dcfbb4Copy full SHA for 9dcfbb4
tools/export-plat-env.sh
@@ -67,7 +67,7 @@ function init_plat_env() {
67
export XC_OTHER_CFLAGS=""
68
ALL_ARCHS="x86_64 arm64"
69
elif [[ "$XC_PLAT" == 'tvos' ]]; then
70
- export XC_OTHER_CFLAGS=''
+ export XC_OTHER_CFLAGS="-fembed-bitcode"
71
ALL_ARCHS="arm64 arm64_simulator x86_64_simulator"
72
fi
73
0 commit comments