mirror of
https://github.com/libretro/libretro-super
synced 2024-11-28 11:14:11 +00:00
make sure to specify architecture
This commit is contained in:
parent
8836b9c79c
commit
5a2e8d4a42
@ -1,5 +1,6 @@
|
|||||||
PATH /mingw32/bin/
|
PATH /mingw32/bin/
|
||||||
platform MINGW32
|
platform MINGW32
|
||||||
|
ARCH x86
|
||||||
MAKE mingw32-make.exe
|
MAKE mingw32-make.exe
|
||||||
CC gcc
|
CC gcc
|
||||||
CXX g++
|
CXX g++
|
||||||
|
@ -1,5 +1,6 @@
|
|||||||
PATH /c/Toolchains/mingw32_posix/bin:/c/Toolchains/python32
|
PATH /c/Toolchains/mingw32_posix/bin:/c/Toolchains/python32
|
||||||
platform MINGW32
|
platform MINGW32
|
||||||
|
ARCH x86
|
||||||
MAKE mingw32-make.exe
|
MAKE mingw32-make.exe
|
||||||
CC gcc
|
CC gcc
|
||||||
CXX g++
|
CXX g++
|
||||||
|
@ -1,5 +1,6 @@
|
|||||||
PATH /mingw64/bin
|
PATH /mingw64/bin
|
||||||
platform MINGW64
|
platform MINGW64
|
||||||
|
ARCH x86_64
|
||||||
MAKE mingw32-make.exe
|
MAKE mingw32-make.exe
|
||||||
CC gcc
|
CC gcc
|
||||||
CXX g++
|
CXX g++
|
||||||
|
@ -1,5 +1,6 @@
|
|||||||
PATH /c/Toolchains/mingw64_posix/bin:/c/Toolchains/python64
|
PATH /c/Toolchains/mingw64_posix/bin:/c/Toolchains/python64
|
||||||
platform MINGW64
|
platform MINGW64
|
||||||
|
ARCH x86_64
|
||||||
MAKE mingw32-make.exe
|
MAKE mingw32-make.exe
|
||||||
CC gcc
|
CC gcc
|
||||||
CXX g++
|
CXX g++
|
||||||
|
Loading…
Reference in New Issue
Block a user