Skip to content

Commit

Permalink
linux: ci: Use static libpng-apng for real
Browse files Browse the repository at this point in the history
  • Loading branch information
calc84maniac committed Aug 9, 2024
1 parent 96e59f6 commit d934c67
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion gui/qt/triplets/x64-linux-dynamic-apng-release.cmake
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
set(VCPKG_TARGET_ARCHITECTURE x64)
set(VCPKG_CRT_LINKAGE dynamic)
set(VCPKG_LIBRARY_LINKAGE dynamic)
if(PORT STREQUAL "png")
if(PORT STREQUAL "libpng")
set(VCPKG_LIBRARY_LINKAGE static)
endif()

Expand Down
2 changes: 1 addition & 1 deletion gui/qt/triplets/x64-linux-dynamic-apng.cmake
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
set(VCPKG_TARGET_ARCHITECTURE x64)
set(VCPKG_CRT_LINKAGE dynamic)
set(VCPKG_LIBRARY_LINKAGE dynamic)
if(PORT STREQUAL "png")
if(PORT STREQUAL "libpng")
set(VCPKG_LIBRARY_LINKAGE static)
endif()

Expand Down

0 comments on commit d934c67

Please sign in to comment.