Fixed the Mingw settings for GDAL_LIBS (was written as GDAL_LIB which wasn't
being picked up as the GNUmakefiles were looking for GDAL_LIBS).
This commit is contained in:
@@ -608,7 +608,8 @@ ifeq ($(OS),MINGW)
|
||||
|
||||
FREETYPE_LIB = -lfreetype
|
||||
|
||||
GDAL_LIB = -lgdal -ljpeg -lgeotiff -ltiff -lpng -lz
|
||||
GDAL_INCLUDES =
|
||||
GDAL_LIBS = -lgdal -ljpeg -lgeotiff -ltiff -lpng -lz
|
||||
|
||||
XINE_INCLUDES = `xine-config --cflags`
|
||||
XINE_LIBS = `xine-config --libs`
|
||||
|
||||
Reference in New Issue
Block a user