mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 07:26:13 -05:00
gnu: libb2: fix cross-compilation.
* gnu/packages/crypto.scm (libb2)[arguments]: Use target-x86?. Change-Id: I1757c6c294f4e041a210c11658ca1e8d88acc859
This commit is contained in:
parent
fedc6e7bad
commit
4d38533e55
1 changed files with 1 additions and 3 deletions
|
@ -811,9 +811,7 @@ (define-public libb2
|
|||
(arguments
|
||||
`(#:configure-flags
|
||||
(list
|
||||
,@(if (any (cute string-prefix? <> (or (%current-system)
|
||||
(%current-target-system)))
|
||||
'("x86_64" "i686"))
|
||||
,@(if (target-x86?)
|
||||
;; fat only checks for Intel optimisations
|
||||
'("--enable-fat")
|
||||
'())
|
||||
|
|
Loading…
Reference in a new issue