mirror of
https://github.com/encounter/SDL.git
synced 2025-12-10 14:07:50 +00:00
Add more mingw-w64 build workflows
This commit is contained in:
committed by
Sam Lantinga
parent
3bdc10f842
commit
6e9a606a8e
@@ -1,7 +1,7 @@
|
||||
#!/bin/sh
|
||||
|
||||
if test "x$CC" = "x"; then
|
||||
CC=gcc
|
||||
CC=cc
|
||||
fi
|
||||
|
||||
machine="$($CC -dumpmachine)"
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
#!/bin/sh
|
||||
|
||||
if test "x$CC" = "x"; then
|
||||
CC=gcc
|
||||
CC=cc
|
||||
fi
|
||||
|
||||
machine="$($CC -dumpmachine)"
|
||||
|
||||
Reference in New Issue
Block a user