diff options
| -rw-r--r-- | xmake/core/project/target.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xmake/core/project/target.lua b/xmake/core/project/target.lua index c8c6606fc..c84e6fbcb 100644 --- a/xmake/core/project/target.lua +++ b/xmake/core/project/target.lua @@ -976,7 +976,7 @@ function _instance:soname() if not self:is_shared() then return end - if not self:is_plat("macosx", "linux", "bsd", "cross") then + if self:is_plat("windows", "mingw", "cygwin", "msys") then return end local version = self:get("version") |
