diff options
-rw-r--r-- | module/Makefile.am | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/module/Makefile.am b/module/Makefile.am index b93d8d3a1..2c5e2595d 100644 --- a/module/Makefile.am +++ b/module/Makefile.am @@ -80,9 +80,10 @@ ice-9/psyntax-pp.scm.gen: .PHONY: ice-9/psyntax-pp.scm.gen ice-9/psyntax-pp.go: ice-9/psyntax.scm ice-9/psyntax-pp.scm - $(AM_V_GUILEC) GUILE_AUTO_COMPILE=0 \ - $(top_builddir)/meta/uninstalled-env \ - guild compile $(GUILE_WARNINGS) -o "ice-9/psyntax-pp.go" "$(srcdir)/ice-9/psyntax.scm" + $(AM_V_GUILEC) GUILE_AUTO_COMPILE=0 \ + $(top_builddir)/meta/uninstalled-env \ + guild compile --target="$(host)" $(GUILE_WARNINGS) \ + -o "ice-9/psyntax-pp.go" "$(srcdir)/ice-9/psyntax.scm" SCHEME_LANG_SOURCES = \ language/scheme/spec.scm \ |