Skip to content

Commit

Permalink
CMake: Fixed debug postfix on libPNG
Browse files Browse the repository at this point in the history
  • Loading branch information
Wohlstand committed Jan 29, 2024
1 parent ce1db6c commit 8d00de1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions _common/library_libpng.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ else()
"-DCMAKE_POSITION_INDEPENDENT_CODE=ON"
"-DDISABLE_FORCE_DEBUG_POSTFIX=ON"
"-DCMAKE_DEBUG_POSTFIX=${PGE_LIBS_DEBUG_SUFFIX}"
"-DPNG_DEBUG_POSTFIX=${PGE_LIBS_DEBUG_SUFFIX}"
${ANDROID_CMAKE_FLAGS}
${APPLE_CMAKE_FLAGS}
"-DPNG_SHARED=OFF"
Expand Down

0 comments on commit 8d00de1

Please sign in to comment.