diff options
| author | ruki <[email protected]> | 2022-04-20 00:47:23 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2022-04-20 00:47:23 +0800 |
| commit | e807230557aac69e4d583c75626e3a7ebdb922f8 (patch) | |
| tree | e031183fd7ba8c3d799c5269b0800f0f4cfae165 /xmake/plugins/project/vstudio/impl | |
| parent | 4941a07e94c5356ca33f60097797581a7fc06b51 (diff) | |
update changelog
Diffstat (limited to 'xmake/plugins/project/vstudio/impl')
| -rw-r--r-- | xmake/plugins/project/vstudio/impl/vs201x_vcxproj_filters.lua | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/xmake/plugins/project/vstudio/impl/vs201x_vcxproj_filters.lua b/xmake/plugins/project/vstudio/impl/vs201x_vcxproj_filters.lua index e66f6db96..a1647093f 100644 --- a/xmake/plugins/project/vstudio/impl/vs201x_vcxproj_filters.lua +++ b/xmake/plugins/project/vstudio/impl/vs201x_vcxproj_filters.lua @@ -57,6 +57,7 @@ function _make_filter(filepath, target, vcxprojdir) local targetinst = assert(target.instance, "target instance not found!") local filegroups = targetinst:get("filegroups") if filegroups then + -- @see https://github.com/xmake-io/xmake/issues/2282 filepath = path.absolute(filepath) local scriptdir = target.scriptdir for _, filegroup in ipairs(filegroups) do |
