diff options
| author | OpportunityLiu <[email protected]> | 2019-07-17 15:01:53 +0800 |
|---|---|---|
| committer | OpportunityLiu <[email protected]> | 2019-07-19 11:48:32 +0800 |
| commit | e98bcd58485a636dc897946f652be9067d37a9e0 (patch) | |
| tree | 3c276a1548c2250a3672398a2a4ec4170e8e0993 /xmake/plugins/project/vsxmake/vsxmake.lua | |
| parent | 9b8aef08039cbd82503d62f13e13096e166104e4 (diff) | |
replace old sep
Diffstat (limited to 'xmake/plugins/project/vsxmake/vsxmake.lua')
| -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 348138ed7..a3235f060 100644 --- a/xmake/plugins/project/vsxmake/vsxmake.lua +++ b/xmake/plugins/project/vsxmake/vsxmake.lua @@ -67,7 +67,7 @@ function _escape(str) str = str:sub(#("$(XmakeProjectDir)") + 1) end - str = (string.gsub(str, "[%%%$@'\";%?%*]", function (c) return assert(map[c]) end)) + str = (string.gsub(str, "[%%%$@';%?%*]", function (c) return assert(map[c]) end)) if has_prefix then str = "$(XmakeProjectDir)" .. str end |
