summaryrefslogtreecommitdiffstats
path: root/src/pangomm.mk
diff options
context:
space:
mode:
Diffstat (limited to 'src/pangomm.mk')
-rw-r--r--src/pangomm.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pangomm.mk b/src/pangomm.mk
index ba762b8..919c707 100644
--- a/src/pangomm.mk
+++ b/src/pangomm.mk
@@ -22,7 +22,7 @@ endef
define $(PKG)_BUILD
cd '$(1)' && ./configure \
--host='$(TARGET)' \
- --build='$(BUILD)' \
+ --build="`config.guess`" \
--disable-shared \
--prefix='$(PREFIX)/$(TARGET)' \
MAKE=$(MAKE)