diff options
Diffstat (limited to 'xmake/modules/core/tools/link.lua')
| -rw-r--r-- | xmake/modules/core/tools/link.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xmake/modules/core/tools/link.lua b/xmake/modules/core/tools/link.lua index 98dc98982..f6c775014 100644 --- a/xmake/modules/core/tools/link.lua +++ b/xmake/modules/core/tools/link.lua @@ -126,7 +126,7 @@ function link(self, objectfiles, targetkind, targetfile, flags, opt) try { function () - + -- use vstool to link and enable vs_unicode_output @see https://github.com/xmake-io/xmake/issues/528 local program, argv = linkargv(self, objectfiles, targetkind, targetfile, flags, opt) vstool.runv(program, argv, {envs = self:runenvs()}) |
