summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/gdal.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gdal.mk b/src/gdal.mk
index ac1eda7..87e566d 100644
--- a/src/gdal.mk
+++ b/src/gdal.mk
@@ -21,7 +21,7 @@ define $(PKG)_CONFIGURE
# The option '--without-threads' means native win32 threading without pthread.
cd '$(1)' && ./configure \
--host='$(TARGET)' \
- --build="`config.guess`" \
+ --build='$(BUILD)' \
--enable-static \
--disable-shared \
--prefix='$(PREFIX)/$(TARGET)' \