summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorruki <[email protected]>2023-11-29 06:56:21 +0800
committerGitHub <[email protected]>2023-11-29 06:56:21 +0800
commit5e7eeeec323eb073dc32331ae5748fa397afada7 (patch)
treeb4ad3d1ff196219147ae1b3436c78a1da711f9e8
parentba06a7763de8a5a75984b1f8c3c514c6d44e3211 (diff)
Update vsxmake.lua
-rw-r--r--xmake/plugins/project/vsxmake/vsxmake.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/xmake/plugins/project/vsxmake/vsxmake.lua b/xmake/plugins/project/vsxmake/vsxmake.lua
index bf44c5937..b7999449e 100644
--- a/xmake/plugins/project/vsxmake/vsxmake.lua
+++ b/xmake/plugins/project/vsxmake/vsxmake.lua
@@ -27,7 +27,7 @@ import("getinfo")
import("core.project.config")
import("core.cache.localcache")
-local template_root = path.join(os.programdir(), "vsxmake", "vsproj", "templates")
+local template_root = path.join(os.programdir(), "scripts", "vsxmake", "vsproj", "templates")
local template_sln = path.join(template_root, "sln", "vsxmake.sln")
local template_vcx = path.join(template_root, "vcxproj", "#target#.vcxproj")