diff options
| author | ruki <[email protected]> | 2022-02-28 16:10:37 +0800 |
|---|---|---|
| committer | GitHub <[email protected]> | 2022-02-28 16:10:37 +0800 |
| commit | 3344f1796a8f5aade72c10047fe49cc970057d57 (patch) | |
| tree | ebcf70749ac579e8998e660d863a98504148073e | |
| parent | 0a3c1adb5001741009ae332970354be5a958b1e5 (diff) | |
Update install.lua
| -rw-r--r-- | xmake/modules/private/xrepo/action/install.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xmake/modules/private/xrepo/action/install.lua b/xmake/modules/private/xrepo/action/install.lua index 2f3e84969..a4e4f7551 100644 --- a/xmake/modules/private/xrepo/action/install.lua +++ b/xmake/modules/private/xrepo/action/install.lua @@ -133,7 +133,7 @@ function _install_packages(packages) end if packagefile then assert(os.isfile("xmake.lua"), "xmake.lua not found!") - io.writefile("xmake.lua", ('includes("%s")\ntarget("test", {kind = "phony"})'):format((packagefile:gsub("\\", "/"))) + io.writefile("xmake.lua", ('includes("%s")\ntarget("test", {kind = "phony"})'):format((packagefile:gsub("\\", "/")))) end -- disable xmake-stats |
