There was an error while loading. Please reload this page.
1 parent 0c10495 commit ac4d3f6Copy full SHA for ac4d3f6
build.sh
@@ -618,7 +618,7 @@ if [ "$RUNNER_OS" != "Linux" ]; then
618
ar x ${INSTALL_PREFIX}/lib/libQt6BundledFreetype.a
619
ar x ${INSTALL_PREFIX}/lib/libQt6BundledLibpng.a
620
ar x ${INSTALL_PREFIX}/lib/libz.a
621
- ld -r -o libCombinedFreetype.o *.o
+ ld -r -o libCombinedFreetype.o *.obj
622
ar rcs ${INSTALL_PREFIX}/lib/libCombinedFreetype.a libCombinedFreetype.o
623
cd ..
624
fi
0 commit comments