diff options
| -rw-r--r-- | gnu/packages/chez.scm | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/gnu/packages/chez.scm b/gnu/packages/chez.scm index 66e57954eb7..45d2b526d4e 100644 --- a/gnu/packages/chez.scm +++ b/gnu/packages/chez.scm | |||
| @@ -610,6 +610,11 @@ with reliability taking precedence over efficiency if necessary.") | |||
| 610 | (else | 610 | (else |
| 611 | ;; bootstrapping | 611 | ;; bootstrapping |
| 612 | #~(lambda* (#:key native-inputs inputs #:allow-other-keys) | 612 | #~(lambda* (#:key native-inputs inputs #:allow-other-keys) |
| 613 | ;; Make sure we're building for the correct machine type. | ||
| 614 | (setenv "MACH" | ||
| 615 | #$@(if (nix-system->native-chez-machine-type) | ||
| 616 | #~(#$(nix-system->native-chez-machine-type)) | ||
| 617 | #~(#$(nix-system->pbarch-machine-type)))) | ||
| 613 | (invoke | 618 | (invoke |
| 614 | (search-input-file (or native-inputs inputs) | 619 | (search-input-file (or native-inputs inputs) |
| 615 | "/opt/racket-vm/bin/racket") | 620 | "/opt/racket-vm/bin/racket") |
