From 70e6f76129ad0a435e079e63e226ad65c8fb528b Mon Sep 17 00:00:00 2001 From: Duy Tran Khanh <40482367+khanhduytran0@users.noreply.github.com> Date: Sun, 14 Jul 2024 13:48:41 +0700 Subject: [PATCH] Fix[freetype]: iOS script missing vtool arg --- ci_build_ios.bash | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci_build_ios.bash b/ci_build_ios.bash index 9156ce5a23..5cd7363eeb 100644 --- a/ci_build_ios.bash +++ b/ci_build_ios.bash @@ -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 \