Skip to content

Commit 68e2938

Browse files
committed
error: 'absolute' is unavailable: introduced in iOS 13.0
1 parent ee9cbe2 commit 68e2938

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

do-compile/apple/shaderc.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@ if [[ "$MR_PLAT" == 'ios' ]];then
4545
else
4646
pf='OS64'
4747
fi
48+
export MR_DEPLOYMENT_TARGET_VER=13.0
4849
elif [[ "$MR_PLAT" == 'tvos' ]];then
4950
if [[ $_MR_ARCH == 'arm64_simulator' ]];then
5051
pf='SIMULATORARM64_TVOS'

0 commit comments

Comments
 (0)