Skip to content

Commit

Permalink
fix soname
Browse files Browse the repository at this point in the history
  • Loading branch information
waruqi committed Aug 19, 2024
1 parent bf45ab4 commit cbefe04
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion xmake/core/project/target.lua
Original file line number Diff line number Diff line change
Expand Up @@ -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")
Expand Down

0 comments on commit cbefe04

Please sign in to comment.