gdal: fixed typo (#5904)

* gdal: fixed typo

* Update CONTROL file
This commit is contained in:
Asozial 2019-04-02 19:44:46 +02:00 committed by Phil Christensen
parent d1110ceb7f
commit 4590b6a2ff
2 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,5 @@
Source: gdal
Version: 2.4.0
Version: 2.4.0-1
Description: The Geographic Data Abstraction Library for reading and writing geospatial raster and vector data.
Build-Depends: proj, libpng, geos, sqlite3, curl, expat, libpq, openjpeg, libwebp, libxml2, liblzma, netcdf-c, hdf5

View File

@ -205,7 +205,7 @@ list(APPEND NMAKE_OPTIONS_DBG
)
if(NOT VCPKG_LIBRARY_LINKAGE STREQUAL "static")
# Static Build does not like PG_LIB
list(APPEND NMAKE_OPTIONS_REL PG_LIB=${PGSQL_LIBRARY_DBG})
list(APPEND NMAKE_OPTIONS_DBG PG_LIB=${PGSQL_LIBRARY_DBG})
endif()
if(NOT DEFINED VCPKG_BUILD_TYPE OR VCPKG_BUILD_TYPE STREQUAL "release")