Skip to content

Commit a699eea

Browse files
committed
remove some old codes
1 parent 83f9dec commit a699eea

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

xmake/core/project/project.lua

-7
Original file line numberDiff line numberDiff line change
@@ -714,13 +714,6 @@ function project.interpreter()
714714
if type(result) == "function" then
715715
result = result()
716716
end
717-
718-
-- attempt to get it from the platform tools, e.g. cc, cxx, ld ..
719-
-- because these values may not exist in config cache when call `config.get()`, we need check and get it.
720-
--
721-
if not result then
722-
result = platform.tool(variable)
723-
end
724717
end
725718
return result
726719
end)

0 commit comments

Comments
 (0)