Skip to content

Commit

Permalink
Fix[freetype]: iOS script missing vtool arg
Browse files Browse the repository at this point in the history
  • Loading branch information
khanhduytran0 authored Jul 14, 2024
1 parent 1de747b commit 70e6f76
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci_build_ios.bash
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ yes | ant -Dplatform.macos=true \
rm -rf bin/out; mkdir bin/out
find $LWJGL_NATIVE -name 'liblwjgl*.dylib' -exec cp {} bin/out/ \;
cp $LWJGL_NATIVE/shaderc/libshaderc.dylib bin/out/
vtool -arch arm64 -set-build-version 2 14.0 16.0 -output bin/out/libfreetype.dylib $LWJGL_NATIVE/freetype/libfreetype.dylib
vtool -arch arm64 -set-build-version 2 14.0 16.0 -replace -output bin/out/libfreetype.dylib $LWJGL_NATIVE/freetype/libfreetype.dylib
install_name_tool \
-change /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation /System/Library/Frameworks/CoreFoundation.framework/CoreFoundation \
-change /System/Library/Frameworks/CoreGraphics.framework/Versions/A/CoreGraphics /System/Library/Frameworks/CoreGraphics.framework/CoreGraphics \
Expand Down

0 comments on commit 70e6f76

Please sign in to comment.