Skip to content

Commit ff36dde

Browse files
committed
error: 'absolute' is unavailable: introduced in tvOS 13.0
1 parent d1e06cc commit ff36dde

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

do-compile/apple/shaderc.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,7 @@ elif [[ "$MR_PLAT" == 'tvos' ]];then
5454
else
5555
pf='TVOS'
5656
fi
57+
export MR_DEPLOYMENT_TARGET_VER=13.0
5758
elif [[ "$MR_PLAT" == 'macos' ]];then
5859
if [[ $_MR_ARCH == 'arm64' ]];then
5960
pf='MAC_ARM64'

0 commit comments

Comments
 (0)