We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d1e06cc commit ff36ddeCopy full SHA for ff36dde
1 file changed
do-compile/apple/shaderc.sh
@@ -54,6 +54,7 @@ elif [[ "$MR_PLAT" == 'tvos' ]];then
54
else
55
pf='TVOS'
56
fi
57
+ export MR_DEPLOYMENT_TARGET_VER=13.0
58
elif [[ "$MR_PLAT" == 'macos' ]];then
59
if [[ $_MR_ARCH == 'arm64' ]];then
60
pf='MAC_ARM64'
0 commit comments