Skip to content

Commit ac4d3f6

Browse files
committed
ar x creates .obj files, not .o
1 parent 0c10495 commit ac4d3f6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -618,7 +618,7 @@ if [ "$RUNNER_OS" != "Linux" ]; then
618618
ar x ${INSTALL_PREFIX}/lib/libQt6BundledFreetype.a
619619
ar x ${INSTALL_PREFIX}/lib/libQt6BundledLibpng.a
620620
ar x ${INSTALL_PREFIX}/lib/libz.a
621-
ld -r -o libCombinedFreetype.o *.o
621+
ld -r -o libCombinedFreetype.o *.obj
622622
ar rcs ${INSTALL_PREFIX}/lib/libCombinedFreetype.a libCombinedFreetype.o
623623
cd ..
624624
fi

0 commit comments

Comments
 (0)