Skip to content

Commit

Permalink
disable some platforms for soname
Browse files Browse the repository at this point in the history
  • Loading branch information
waruqi committed Jul 25, 2023
1 parent a3e23ab commit 3160045
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions xmake/core/project/target.lua
Original file line number Diff line number Diff line change
Expand Up @@ -657,6 +657,9 @@ function _instance:soname()
if not self:is_shared() then
return
end
if not self:is_plat("macosx", "linux", "bsd", "cross") then
return
end
local version = self:get("version")
local version_soname
if version then
Expand Down

0 comments on commit 3160045

Please sign in to comment.