diff options
| -rw-r--r-- | xmake/plugins/project/vsxmake/vsxmake.lua | 2 |
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") |
