guix-commits
[Top][All Lists]
Advanced

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

10/11: build-system: android-ndk: Let upstream install header files.


From: Danny Milosavljevic
Subject: 10/11: build-system: android-ndk: Let upstream install header files.
Date: Wed, 9 May 2018 19:06:53 -0400 (EDT)

dannym pushed a commit to branch master
in repository guix.

commit 3766aa921bdb4732b30e7787f2e3abc37624f291
Author: Danny Milosavljevic <address@hidden>
Date:   Thu May 10 01:03:54 2018 +0200

    build-system: android-ndk: Let upstream install header files.
    
    * guix/build/android-ndk-build-system.scm (install): Don't install header
    files ourselves.
---
 guix/build/android-ndk-build-system.scm | 2 --
 1 file changed, 2 deletions(-)

diff --git a/guix/build/android-ndk-build-system.scm 
b/guix/build/android-ndk-build-system.scm
index 86d0858..3c8f726 100644
--- a/guix/build/android-ndk-build-system.scm
+++ b/guix/build/android-ndk-build-system.scm
@@ -64,8 +64,6 @@
     (apply invoke "make" "install"
            (string-append "prefix=" out)
            make-flags)
-    (if (file-exists? "include")
-        (copy-recursively "include" (string-append out "/include")))
     #t))
 
 (define* (check #:key target inputs outputs (tests? (not target)) (make-flags 
'()) #:allow-other-keys)



reply via email to

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