guix-commits
[Top][All Lists]
Advanced

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

05/30: build-system/cmake: Use invoke instead of system*.


From: Mark H. Weaver
Subject: 05/30: build-system/cmake: Use invoke instead of system*.
Date: Fri, 16 Mar 2018 05:03:35 -0400 (EDT)

mhw pushed a commit to branch core-updates
in repository guix.

commit 0f308fe8eb59098353e9a1433510fca72106808f
Author: Mark H Weaver <address@hidden>
Date:   Fri Mar 16 03:18:00 2018 -0400

    build-system/cmake: Use invoke instead of system*.
    
    * guix/build/cmake-build-system.scm (configure): Use invoke.
---
 guix/build/cmake-build-system.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/guix/build/cmake-build-system.scm 
b/guix/build/cmake-build-system.scm
index 6f4e05f..9b1112f 100644
--- a/guix/build/cmake-build-system.scm
+++ b/guix/build/cmake-build-system.scm
@@ -73,7 +73,7 @@
                         '())
                   ,@configure-flags)))
       (format #t "running 'cmake' with arguments ~s~%" args)
-      (zero? (apply system* "cmake" args)))))
+      (apply invoke "cmake" args))))
 
 (define* (check #:key (tests? #t) (parallel-tests? #t) (test-target "test")
                 #:allow-other-keys)



reply via email to

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