aboutsummaryrefslogtreecommitdiff
path: root/guile.am
diff options
context:
space:
mode:
authorChristopher Baines <mail@cbaines.net>2020-09-27 20:46:53 +0100
committerChristopher Baines <mail@cbaines.net>2020-09-27 20:46:53 +0100
commit46465ab437ab2a15e9d2a4f1ed9e8eca72eee9cb (patch)
tree05de3a8be77510315e7c7089d45e052bfd7af1b4 /guile.am
parentebfb487d9230be509bad31cb41d84dc8200565bc (diff)
downloadbuild-coordinator-46465ab437ab2a15e9d2a4f1ed9e8eca72eee9cb.tar
build-coordinator-46465ab437ab2a15e9d2a4f1ed9e8eca72eee9cb.tar.gz
Tweak some things to maybe enable cross compilation
Diffstat (limited to 'guile.am')
-rw-r--r--guile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/guile.am b/guile.am
index df3df98..7f07ca2 100644
--- a/guile.am
+++ b/guile.am
@@ -19,4 +19,4 @@ EXTRA_DIST = $(SOURCES) $(NOCOMP_SOURCES)
GUILE_WARNINGS = -Wunbound-variable -Warity-mismatch -Wformat
SUFFIXES = .scm .go
.scm.go:
- $(AM_V_GEN)$(top_builddir)/pre-inst-env $(GUILE_TOOLS) compile $(GUILE_WARNINGS) -o "$@" "$<"
+ $(AM_V_GEN)$(top_builddir)/pre-inst-env $(GUILE_TOOLS) compile $(GUILE_TARGET) $(GUILE_WARNINGS) -o "$@" "$<"