summaryrefslogtreecommitdiff
path: root/xmake/core/main.lua
diff options
context:
space:
mode:
authorruki <[email protected]>2020-05-22 22:49:44 +0800
committerruki <[email protected]>2020-05-22 10:58:29 +0800
commit9a3ccbc46480462a7d2a702c8c635af17cd85249 (patch)
tree19595fb3fc9235ed2deec008edcee470652957de /xmake/core/main.lua
parentb1df391694245eb0f1555b3855fad3faee0d2a82 (diff)
load toolchain from project
Diffstat (limited to 'xmake/core/main.lua')
-rw-r--r--xmake/core/main.lua1
1 files changed, 0 insertions, 1 deletions
diff --git a/xmake/core/main.lua b/xmake/core/main.lua
index 63270ee15..ea85a605e 100644
--- a/xmake/core/main.lua
+++ b/xmake/core/main.lua
@@ -191,7 +191,6 @@ function main._init()
else
os.addenv("PATH", os.programdir())
end
-
return true
end