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 762233e commit baf362dCopy full SHA for baf362d
1 file changed
scripts/build_dependencies.sh
@@ -632,10 +632,6 @@ build_angle () {
632
IPHONEOS_DEPLOYMENT_TARGET="14.0" \
633
MACOSX_DEPLOYMENT_TARGET="11.0" \
634
XROS_DEPLOYMENT_TARGET="1.0"
635
- # FIXME: update minver and remove this hack
636
- if [ "$SDK" == "iphoneos" ]; then
637
- find "ANGLE.xcarchive/Products/usr/local/lib/" -name '*.dylib' -exec xcrun vtool -set-version-min ios $SDKMINVER 17.2 -replace -output \{\} \{\} \;
638
- fi
639
rsync -a "ANGLE.xcarchive/Products/usr/local/lib/" "$PREFIX/lib"
640
rsync -a "include/" "$PREFIX/include"
641
cd "$pwd"
0 commit comments