summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorMark Brand <mabrand@mabrand.nl>2011-11-26 20:54:54 (GMT)
committerMark Brand <mabrand@mabrand.nl>2011-11-26 20:54:54 (GMT)
commitd5661822a8b541a03a7b8ea4eebccee33a7997f8 (patch)
tree5a841562e5798a6c8566c8a5645d9872d7b8dd31 /src
parent26a746fe7443471f2ebe32b13061d6b1513a30b3 (diff)
downloadmxe-d5661822a8b541a03a7b8ea4eebccee33a7997f8.zip
mxe-d5661822a8b541a03a7b8ea4eebccee33a7997f8.tar.gz
mxe-d5661822a8b541a03a7b8ea4eebccee33a7997f8.tar.bz2
package guile: make use of new BUILD variable
Diffstat (limited to 'src')
-rw-r--r--src/guile.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/guile.mk b/src/guile.mk
index 3dbc62e..f5d9950 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="`sh ./config.guess`" \
+ --build='$(BUILD)' \
--prefix='$(PREFIX)/$(TARGET)' \
--disable-shared \
--without-threads \