From 3344f1796a8f5aade72c10047fe49cc970057d57 Mon Sep 17 00:00:00 2001 From: ruki Date: Mon, 28 Feb 2022 16:10:37 +0800 Subject: Update install.lua --- xmake/modules/private/xrepo/action/install.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.3.1