Merge pull request #2267 from JayFoxRox/fix-mingw-cc
Support mingw cross-compilation
This commit is contained in:
commit
2589c30cbe
9 changed files with 11 additions and 10 deletions
|
@ -18,7 +18,7 @@
|
|||
#endif
|
||||
|
||||
#ifdef _WIN32
|
||||
#include <Windows.h>
|
||||
#include <windows.h>
|
||||
#endif
|
||||
|
||||
#include "citra/config.h"
|
||||
|
|
|
@ -5,5 +5,5 @@
|
|||
|
||||
// Icon with lowest ID value placed first to ensure application icon
|
||||
// remains consistent on all systems.
|
||||
GLFW_ICON ICON "..\\..\\dist\\citra.ico"
|
||||
CITRA_ICON ICON "../../dist/citra.ico"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue