fix teal--lua consistency in compiler hint (#378)
This commit is contained in:
parent
87586202dc
commit
e9f754382f
|
@ -229,9 +229,6 @@ global function main(): CompilerHint
|
||||||
)
|
)
|
||||||
) then
|
) then
|
||||||
if C_FileSystem.isExecutable("/usr/bin/x86_64-w64-mingw32-gcc") then
|
if C_FileSystem.isExecutable("/usr/bin/x86_64-w64-mingw32-gcc") then
|
||||||
local extraObjects = {
|
|
||||||
}
|
|
||||||
|
|
||||||
do
|
do
|
||||||
local release, _, _ = generateConfig(
|
local release, _, _ = generateConfig(
|
||||||
lang, "GCC", "mingw",
|
lang, "GCC", "mingw",
|
||||||
|
|
Loading…
Reference in New Issue