mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
gnu: bsnes: Don't build native binaries.
* gnu/packages/emulators.scm (bsnes)[arguments]: Add configure-flag to not build native binaries. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
This commit is contained in:
parent
df3a60d16f
commit
5fe9481d2b
1 changed files with 2 additions and 0 deletions
|
@ -1998,6 +1998,8 @@ (define-public bsnes
|
|||
(build-system gnu-build-system)
|
||||
(arguments
|
||||
`(#:make-flags (list "-C" "bsnes"
|
||||
;; Remove march=native
|
||||
"local=false"
|
||||
(string-append "prefix=" (assoc-ref %outputs "out")))
|
||||
#:tests? #f ; No tests.
|
||||
#:phases (modify-phases %standard-phases
|
||||
|
|
Loading…
Reference in a new issue