We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0928fc3 commit de31505Copy full SHA for de31505
build.sh
@@ -609,7 +609,7 @@ if [ "$RUNNER_OS" != "Linux" ]; then
609
if [ "$RUNNER_OS" == "macOS" ]; then
610
# combine using libtool on mac
611
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
+ elif [ "$RUNNER_OS" == "Windows" ]; then
613
# combine using ld and ar on msys
614
ld -r -o libCombinedFreetype.o /opt/smelibs/lib/libQt6BundledFreetype.a /opt/smelibs/lib/libQt6BundledLibpng.a /opt/smelibs/lib/libz.a
615
ar rcs /opt/smelibs/lib/libCombinedFreetype.a libCombinedFreetype.o
0 commit comments