1
0
mirror of https://github.com/elua/elua.git synced 2025-01-08 20:56:17 +08:00

toolchain not found even it is existing - OSX

This commit is contained in:
Tom Meinlschmidt 2016-02-21 21:17:45 +01:00
parent be3e050d38
commit 6d825ec4ae

View File

@ -233,7 +233,7 @@ else
local c = usable_chains[ i ]
local t = bd.get_toolchain_data( c )
local res = utils.check_command( t.compile .. " " .. t.version )
if res == 0 then chain = c break end
if res == 0 or res == true then chain = c break end
end
if chain then
comp.toolchain = chain