diff options
| -rw-r--r-- | xmake/actions/require/fetch.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xmake/actions/require/fetch.lua b/xmake/actions/require/fetch.lua index 2fd75d7b6..7a7a85fce 100644 --- a/xmake/actions/require/fetch.lua +++ b/xmake/actions/require/fetch.lua @@ -85,7 +85,7 @@ function main(requires_raw) end end if #flags > 0 then - print(table.concat(flags, " ")) + print(os.args(flags)) else print(fetchinfos) end |
