diff options
| author | ruki <[email protected]> | 2017-07-04 16:57:24 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2017-07-04 16:57:24 +0800 |
| commit | 347b05c2c2b249c482f746ae2d7b4d72861e7501 (patch) | |
| tree | 90c86e1b2ffd15591490dc9a5325f06ad325fb1a /xmake/plugins/project/vstudio/impl/vs201x.lua | |
| parent | fd8e051b5920bc73354b12d90088591b72e40ee9 (diff) | |
fix symbolfile for vs201x plugin
Diffstat (limited to 'xmake/plugins/project/vstudio/impl/vs201x.lua')
| -rw-r--r-- | xmake/plugins/project/vstudio/impl/vs201x.lua | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/xmake/plugins/project/vstudio/impl/vs201x.lua b/xmake/plugins/project/vstudio/impl/vs201x.lua index cddf6daca..566c45470 100644 --- a/xmake/plugins/project/vstudio/impl/vs201x.lua +++ b/xmake/plugins/project/vstudio/impl/vs201x.lua @@ -55,6 +55,9 @@ function _make_targetinfo(mode, arch, target) -- save target file targetinfo.targetfile = target:targetfile() + -- save symbol file + targetinfo.symbolfile = target:symbolfile() + -- save sourcebatches targetinfo.sourcebatches = target:sourcebatches() |
