gdal: Use $(BUILD)

See #504.

Signed-off-by: Timothy Gu <timothygu99@gmail.com>
This commit is contained in:
Timothy Gu 2014-09-09 07:07:36 -07:00
parent 57a1280ab1
commit 5339e2c6d3
1 changed files with 1 additions and 1 deletions

View File

@ -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)' \