1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-04-30 03:40:34 +02:00

Run guild compile' with --target=$(host)'.

* am/guilec (.scm.go): Run `guild compile' with `--target=$(host)'.
This commit is contained in:
Ludovic Courtès 2011-11-22 00:21:39 +01:00
parent d4b8894520
commit f7db6079bc

View file

@ -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 "$@" "$<"