From 0bff880f7f0578d9ac25bde371e67bf9fb0b18d8 Mon Sep 17 00:00:00 2001 From: Vas Crabb Date: Sat, 29 Feb 2020 22:38:25 +1100 Subject: might be better to leave that in for MinGW cross-compilation... (nw) --- scripts/toolchain.lua | 2 ++ 1 file changed, 2 insertions(+) diff --git a/scripts/toolchain.lua b/scripts/toolchain.lua index 4823083f0aa..3eb2acf0e0b 100644 --- a/scripts/toolchain.lua +++ b/scripts/toolchain.lua @@ -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 -- cgit v1.2.3-70-g09d2