Skip to content

Commit de31505

Browse files
committed
fix typo
1 parent 0928fc3 commit de31505

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
@@ -609,7 +609,7 @@ if [ "$RUNNER_OS" != "Linux" ]; then
609609
if [ "$RUNNER_OS" == "macOS" ]; then
610610
# combine using libtool on mac
611611
libtool -static -o /opt/smelibs/lib/libCombinedFreetype.a /opt/smelibs/lib/libQt6BundledFreetype.a /opt/smelibs/lib/libQt6BundledLibpng.a /opt/smelibs/lib/libz.a
612-
elif [ "$RUNNER_OS" == "windows" ]; then
612+
elif [ "$RUNNER_OS" == "Windows" ]; then
613613
# combine using ld and ar on msys
614614
ld -r -o libCombinedFreetype.o /opt/smelibs/lib/libQt6BundledFreetype.a /opt/smelibs/lib/libQt6BundledLibpng.a /opt/smelibs/lib/libz.a
615615
ar rcs /opt/smelibs/lib/libCombinedFreetype.a libCombinedFreetype.o

0 commit comments

Comments
 (0)