diff options
Diffstat (limited to 'xmake/plugins/pack')
| -rw-r--r-- | xmake/plugins/pack/xpack.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xmake/plugins/pack/xpack.lua b/xmake/plugins/pack/xpack.lua index 1a6eb914f..71fd3ac08 100644 --- a/xmake/plugins/pack/xpack.lua +++ b/xmake/plugins/pack/xpack.lua @@ -449,7 +449,7 @@ end -- get the install directory, this is just a temporary sandbox installation path, -- we may replace it with the actual installation path in the specfile function xpack:installdir(...) - return path.join(self:buildir(), "installed", self:format(), ...) + return path.normalize(path.join(self:buildir(), "installed", self:format(), ...)) end -- get the binary directory |
