Add more mingw-w64 build workflows

This commit is contained in:
Cameron Cawley
2022-07-30 21:08:07 +01:00
committed by Sam Lantinga
parent 3bdc10f842
commit 6e9a606a8e
3 changed files with 8 additions and 18 deletions

View File

@@ -1,7 +1,7 @@
#!/bin/sh
if test "x$CC" = "x"; then
CC=gcc
CC=cc
fi
machine="$($CC -dumpmachine)"

View File

@@ -1,7 +1,7 @@
#!/bin/sh
if test "x$CC" = "x"; then
CC=gcc
CC=cc
fi
machine="$($CC -dumpmachine)"