We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ee9cbe2 commit 68e2938Copy full SHA for 68e2938
1 file changed
do-compile/apple/shaderc.sh
@@ -45,6 +45,7 @@ if [[ "$MR_PLAT" == 'ios' ]];then
45
else
46
pf='OS64'
47
fi
48
+ export MR_DEPLOYMENT_TARGET_VER=13.0
49
elif [[ "$MR_PLAT" == 'tvos' ]];then
50
if [[ $_MR_ARCH == 'arm64_simulator' ]];then
51
pf='SIMULATORARM64_TVOS'
0 commit comments