gnu: libSDL: Build verbosely.
* gnu/packages/sdl.scm (sdl)[arguments]: Add #:make-flags.
This commit is contained in:
parent
46bf8b2be5
commit
420845362f
|
@ -80,6 +80,8 @@
|
||||||
;; finding the libGL from mesa at runtime.
|
;; finding the libGL from mesa at runtime.
|
||||||
"LDFLAGS=-lGL")
|
"LDFLAGS=-lGL")
|
||||||
|
|
||||||
|
#:make-flags '("V=1") ;build verbosely
|
||||||
|
|
||||||
#:tests? #f)) ; no check target
|
#:tests? #f)) ; no check target
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
;; SDL headers include X11 headers.
|
;; SDL headers include X11 headers.
|
||||||
|
|
Loading…
Reference in New Issue