Skip to content

Commit

Permalink
Update libpng to use split build on osx for universal build
Browse files Browse the repository at this point in the history
  • Loading branch information
martijn-resolume committed Aug 1, 2022
1 parent 70bfa5a commit 1b6a2db
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 2 deletions.
1 change: 1 addition & 0 deletions ports/libpng/portfile.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@ else()
endif()

vcpkg_cmake_configure(
OSX_SPLIT_BUILD
SOURCE_PATH "${SOURCE_PATH}"
OPTIONS
${LIBPNG_APNG_OPTION}
Expand Down
2 changes: 1 addition & 1 deletion ports/libpng/vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "libpng",
"version": "1.6.37",
"port-version": 18,
"port-version": 19,
"description": "libpng is a library implementing an interface for reading and writing PNG (Portable Network Graphics) format files",
"homepage": "https://github.com/glennrp/libpng",
"license": "libpng-2.0",
Expand Down
2 changes: 1 addition & 1 deletion versions/baseline.json
Original file line number Diff line number Diff line change
Expand Up @@ -3966,7 +3966,7 @@
},
"libpng": {
"baseline": "1.6.37",
"port-version": 18
"port-version": 19
},
"libpopt": {
"baseline": "1.16",
Expand Down
5 changes: 5 additions & 0 deletions versions/l-/libpng.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "3fc1b58241158751d241956b7b0e2ffb4d612016",
"version": "1.6.37",
"port-version": 19
},
{
"git-tree": "5e3ec787e7c6f09dd162648b700aeb712af0ffd2",
"version": "1.6.37",
Expand Down

0 comments on commit 1b6a2db

Please sign in to comment.