gnu: mame: Fix build on i686.
* gnu/packages/emulators.scm (mame): Prevent strict-overflow error on i686 with "NOWERROR" flag.master
parent
ab9d06e473
commit
430e152899
|
@ -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")
|
||||
|
|
Reference in New Issue