diff options
| author | ruki <[email protected]> | 2025-12-09 22:09:11 +0800 |
|---|---|---|
| committer | GitHub <[email protected]> | 2025-12-09 22:09:11 +0800 |
| commit | f2dcbc2e1450c84ed192e57c7f8b03e51717d71e (patch) | |
| tree | 6abc959ce5b5ea6a19823021bb00ae364eb8e66b /xmake/modules/utils/run_script.lua | |
| parent | 35d91e1636263028b8431cea85b0fd7854392a8a (diff) | |
| parent | 19859fd57908ea9b08b8b6baa426051d2e7c7814 (diff) | |
Merge pull request #7109 from xmake-io/binutils
Improve binutils to readsyms from binary file
Diffstat (limited to 'xmake/modules/utils/run_script.lua')
| -rw-r--r-- | xmake/modules/utils/run_script.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xmake/modules/utils/run_script.lua b/xmake/modules/utils/run_script.lua index 82fa8cb0d..e6f8469f6 100644 --- a/xmake/modules/utils/run_script.lua +++ b/xmake/modules/utils/run_script.lua @@ -198,7 +198,7 @@ function main(script, opt) table.insert(argv, arg) end local thread_opt = { - curdir = curdir, + curdir = opt.curdir, command = opt.command, deserialize = opt.deserialize, arguments = argv, |
