diff options
| author | ruki <[email protected]> | 2025-12-09 22:58:49 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2025-12-09 22:58:49 +0800 |
| commit | 06561a0bf8a82d2d6bed52daee8bbd3963f797b4 (patch) | |
| tree | 8bccd1dc18e01293dbc6adf0fb4f17874c5348ad /xmake/modules/utils/run_script.lua | |
| parent | 9bcc8fdd4eecb665ea98a38e3fa03b889663922a (diff) | |
improve readsyms
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, |
