mirror of
https://github.com/holub/mame
synced 2025-06-06 21:03:47 +03:00
might be better to leave that in for MinGW cross-compilation... (nw)
This commit is contained in:
parent
5c0aac45c8
commit
0bff880f7f
@ -262,6 +262,7 @@ function toolchain(_buildDir, _subDir)
|
||||
end
|
||||
premake.gcc.cc = toolchainPrefix .. "gcc"
|
||||
premake.gcc.cxx = toolchainPrefix .. "g++"
|
||||
premake.gcc.ar = toolchainPrefix .. "gcc-ar"
|
||||
location (_buildDir .. "projects/" .. _subDir .. "/".. _ACTION .. "-mingw32-gcc")
|
||||
end
|
||||
|
||||
@ -274,6 +275,7 @@ function toolchain(_buildDir, _subDir)
|
||||
end
|
||||
premake.gcc.cc = toolchainPrefix .. "gcc"
|
||||
premake.gcc.cxx = toolchainPrefix .. "g++"
|
||||
premake.gcc.ar = toolchainPrefix .. "gcc-ar"
|
||||
location (_buildDir .. "projects/" .. _subDir .. "/".. _ACTION .. "-mingw64-gcc")
|
||||
end
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user