Skip to content

Commit baf362d

Browse files
committed
build: remove minver hack for building ANGLE for iOS
1 parent 762233e commit baf362d

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

scripts/build_dependencies.sh

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -632,10 +632,6 @@ build_angle () {
632632
IPHONEOS_DEPLOYMENT_TARGET="14.0" \
633633
MACOSX_DEPLOYMENT_TARGET="11.0" \
634634
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
639635
rsync -a "ANGLE.xcarchive/Products/usr/local/lib/" "$PREFIX/lib"
640636
rsync -a "include/" "$PREFIX/include"
641637
cd "$pwd"

0 commit comments

Comments
 (0)