diff options
| author | ruki <[email protected]> | 2021-12-08 14:44:54 +0800 |
|---|---|---|
| committer | GitHub <[email protected]> | 2021-12-08 14:44:54 +0800 |
| commit | 86eaab2842abf6570895da359ed484805bf759a5 (patch) | |
| tree | dc10b1f454d6ba557310a2fa225e27ffe0629015 /xmake/modules/package/tools/make.lua | |
| parent | 389a91f20c60e49249821659df72b84235adc517 (diff) | |
Update make.lua
Diffstat (limited to 'xmake/modules/package/tools/make.lua')
| -rw-r--r-- | xmake/modules/package/tools/make.lua | 2 |
1 files changed, 1 insertions, 1 deletions
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 |
