summaryrefslogtreecommitdiff
path: root/am
diff options
context:
space:
mode:
authorLudovic Courtès <ludo@gnu.org>2011-11-22 00:21:39 +0100
committerLudovic Courtès <ludo@gnu.org>2011-11-22 00:22:46 +0100
commitf7db6079bc16354394a1bd90d15c2a7ab985f148 (patch)
tree5d9562dd9eb29cb976746c368a25cffba30dbc24 /am
parentd4b88945205451b0c8f9a565374f3e75ec604419 (diff)
Run `guild compile' with `--target=$(host)'.
* am/guilec (.scm.go): Run `guild compile' with `--target=$(host)'.
Diffstat (limited to 'am')
-rw-r--r--am/guilec2
1 files changed, 1 insertions, 1 deletions
diff --git a/am/guilec b/am/guilec
index 7f4e85d0a..9af9daf06 100644
--- a/am/guilec
+++ b/am/guilec
@@ -28,4 +28,4 @@ SUFFIXES = .scm .go
.scm.go:
$(AM_V_GUILEC)GUILE_AUTO_COMPILE=0 \
$(top_builddir)/meta/uninstalled-env \
- guild compile $(GUILE_WARNINGS) -o "$@" "$<"
+ guild compile --target="$(host)" $(GUILE_WARNINGS) -o "$@" "$<"