From 033b224eeadc306ea5dbf2e815131efc949e4661 Mon Sep 17 00:00:00 2001 From: ruki Date: Wed, 18 Oct 2023 22:43:16 +0800 Subject: fix envs --- xmake/rules/qt/install/windows.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xmake/rules/qt/install/windows.lua b/xmake/rules/qt/install/windows.lua index 6edb236b0..9877b0aaf 100644 --- a/xmake/rules/qt/install/windows.lua +++ b/xmake/rules/qt/install/windows.lua @@ -78,7 +78,7 @@ function main(target, opt) envs.PATH = {qt.bindir} local curpath = os.getenv("PATH") if curpath then - table.join2(env.PATH, path.splitenv(curpath)) + table.join2(envs.PATH, path.splitenv(curpath)) end end -- cgit v1.3.1