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

* guix/build/android-ndk-build-system.scm (install): Don't install header
files ourselves.
master
Danny Milosavljevic 2018-05-10 01:03:54 +02:00
parent 26dcbb8cfe
commit 3766aa921b
No known key found for this signature in database
GPG Key ID: E71A35542C30BAA5
1 changed files with 0 additions and 2 deletions

View File

@ -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)