summaryrefslogtreecommitdiffstats
path: root/src/guile.mk
diff options
context:
space:
mode:
Diffstat (limited to 'src/guile.mk')
-rw-r--r--src/guile.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/guile.mk b/src/guile.mk
index f5d9950..cbf621f 100644
--- a/src/guile.mk
+++ b/src/guile.mk
@@ -25,7 +25,7 @@ define $(PKG)_BUILD
# which would fail because we tell Guile not to use Pthreads.
cd '$(1)' && CC_FOR_BUILD=gcc ./configure \
--host='$(TARGET)' \
- --build='$(BUILD)' \
+ --build="`config.guess`" \
--prefix='$(PREFIX)/$(TARGET)' \
--disable-shared \
--without-threads \