Skip to content

Commit

Permalink
Update vsxmake.lua
Browse files Browse the repository at this point in the history
  • Loading branch information
waruqi authored Nov 28, 2023
1 parent ba06a77 commit 5e7eeee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion xmake/plugins/project/vsxmake/vsxmake.lua
Original file line number Diff line number Diff line change
Expand Up @@ -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")

Expand Down

0 comments on commit 5e7eeee

Please sign in to comment.