diff options
| -rw-r--r-- | ports/jasper/CONTROL | 2 | ||||
| -rw-r--r-- | ports/jasper/portfile.cmake | 2 |
2 files changed, 3 insertions, 1 deletions
diff --git a/ports/jasper/CONTROL b/ports/jasper/CONTROL index e47be7dce..6b8ee20c9 100644 --- a/ports/jasper/CONTROL +++ b/ports/jasper/CONTROL @@ -1,4 +1,4 @@ Source: jasper -Version: 2.0.16 +Version: 2.0.16-1 Description: Open source implementation of the JPEG-2000 Part-1 standard Build-Depends: libjpeg-turbo diff --git a/ports/jasper/portfile.cmake b/ports/jasper/portfile.cmake index 2ebb9748b..6d11d166b 100644 --- a/ports/jasper/portfile.cmake +++ b/ports/jasper/portfile.cmake @@ -30,6 +30,8 @@ vcpkg_configure_cmake( -DJAS_ENABLE_DOC=OFF -DJAS_ENABLE_PROGRAMS=OFF -DJAS_ENABLE_SHARED=${JAS_ENABLE_SHARED} + OPTIONS_DEBUG + -DCMAKE_DEBUG_POSTFIX=d # Due to CMakes FindJasper ) vcpkg_install_cmake() |
