me
/
guix
Archived
1
0
Fork 0

gnu: mame: Fix build on i686.

* gnu/packages/emulators.scm (mame): Prevent strict-overflow error on i686
with "NOWERROR" flag.
master
Nicolas Goaziou 2019-11-21 16:37:40 +01:00
parent ab9d06e473
commit 430e152899
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D
1 changed files with 2 additions and 0 deletions

View File

@ -1213,6 +1213,8 @@ play them on systems for which they were never designed!")
(arguments
`(#:make-flags
(cons*
;; A 'strict-overflow' error pops up on i686 so disable '-Werror'.
"NOWERROR=1"
(string-append "QT_HOME=" (assoc-ref %build-inputs "qtbase"))
(string-append "SDL_INI_PATH="
(assoc-ref %outputs "out")