me
/
guix
Archived
1
0
Fork 0

gnu: grafx2: Build with '-fcommon'.

* gnu/packages/game-development.scm (grafx2)[arguments]: Add '-fcommon'
to #:make-flags.
master
Ludovic Courtès 2021-11-20 22:25:04 +01:00
parent c34bb6b310
commit 83010a08bc
No known key found for this signature in database
GPG Key ID: 090B11993D9AEBB5
1 changed files with 2 additions and 1 deletions

View File

@ -1625,7 +1625,8 @@ also comes with a built-in image and sound editor.")
;; SDL header files are referenced without the preceeding "SDL/".
(list (string-append "CFLAGS=-I"
(assoc-ref %build-inputs "sdl-union")
"/include/SDL")
"/include/SDL"
" -fcommon")
(string-append "prefix="
(assoc-ref %outputs "out")))
#:tests? #f)) ; no check target