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:
parent
d4b8894520
commit
f7db6079bc
1 changed files with 1 additions and 1 deletions
|
@ -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 "$@" "$<"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue