guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

03/05: gnu: libSDL: Build verbosely.


From: guix-commits
Subject: 03/05: gnu: libSDL: Build verbosely.
Date: Sat, 23 Feb 2019 12:40:51 -0500 (EST)

mbakke pushed a commit to branch staging
in repository guix.

commit 420845362f8b35cdde5bf49058fb08126d089595
Author: Marius Bakke <address@hidden>
Date:   Sat Feb 23 17:25:51 2019 +0100

    gnu: libSDL: Build verbosely.
    
    * gnu/packages/sdl.scm (sdl)[arguments]: Add #:make-flags.
---
 gnu/packages/sdl.scm | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/gnu/packages/sdl.scm b/gnu/packages/sdl.scm
index a152279..74b0625 100644
--- a/gnu/packages/sdl.scm
+++ b/gnu/packages/sdl.scm
@@ -80,6 +80,8 @@
                            ;; finding the libGL from mesa at runtime.
                            "LDFLAGS=-lGL")
 
+       #:make-flags '("V=1")            ;build verbosely
+
        #:tests? #f)) ; no check target
     (propagated-inputs
      ;; SDL headers include X11 headers.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]