From 86eaab2842abf6570895da359ed484805bf759a5 Mon Sep 17 00:00:00 2001 From: ruki Date: Wed, 8 Dec 2021 14:44:54 +0800 Subject: Update make.lua --- xmake/modules/package/tools/make.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xmake/modules/package/tools/make.lua b/xmake/modules/package/tools/make.lua index af5f977fa..cbc58c9e2 100644 --- a/xmake/modules/package/tools/make.lua +++ b/xmake/modules/package/tools/make.lua @@ -100,7 +100,7 @@ function make(package, argv, opt) end end assert(program, "make not found!") - os.vrunv(program, argv, {envs = runenvs}) + os.vrunv(program, argv, {envs = runenvs, curdir = opt.curdir}) end -- build package -- cgit v1.3.1