Skip to content

Commit

Permalink
[73_8] Fix zlib on macOS
Browse files Browse the repository at this point in the history
  • Loading branch information
da-liii committed Jan 16, 2024
1 parent e516456 commit 3d9a9cb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions xmake-requires.lock
Original file line number Diff line number Diff line change
Expand Up @@ -105,10 +105,10 @@
["zlib#31fecfc4"] = {
repo = {
branch = "master",
commit = "e6867621fe3fc79693657c95209dc400ea2181ce",
commit = "15ad332bc1573ceda1afb06fd8696c31c5e09f36",
url = "https://github.com/xmake-io/xmake-repo.git"
},
version = "v1.2.11"
version = "1.2.11"
}
},
["windows|x64"] = {
Expand Down
1 change: 1 addition & 0 deletions xmake/packages.lua
Original file line number Diff line number Diff line change
Expand Up @@ -166,6 +166,7 @@ function add_requires_of_mogan()
add_requires("libgit2 "..LIBGIT2_VERSION, {system=false})
end

-- package: zlib
if is_plat ("linux") and using_apt() then
add_requires ("apt::zlib1g-dev", {alias="zlib"})
end
Expand Down

0 comments on commit 3d9a9cb

Please sign in to comment.