summaryrefslogtreecommitdiffstats
path: root/src/gdal.mk
diff options
context:
space:
mode:
authorTimothy Gu <timothygu99@gmail.com>2014-09-09 14:07:36 (GMT)
committerTimothy Gu <timothygu99@gmail.com>2014-09-09 14:07:55 (GMT)
commit5339e2c6d3bbf397275f7756d5b045f9277cb276 (patch)
tree2f48b1bcd1bb14022a6af95251ae7e164e0645db /src/gdal.mk
parent57a1280ab15187e39317d1f3ff98f11b151c7079 (diff)
downloadmxe-5339e2c6d3bbf397275f7756d5b045f9277cb276.zip
mxe-5339e2c6d3bbf397275f7756d5b045f9277cb276.tar.gz
mxe-5339e2c6d3bbf397275f7756d5b045f9277cb276.tar.bz2
gdal: Use $(BUILD)
See #504. Signed-off-by: Timothy Gu <timothygu99@gmail.com>
Diffstat (limited to 'src/gdal.mk')
-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)' \