Skip to content
Snippets Groups Projects
Unverified Commit 3766aa92 authored by Danny Milosavljevic's avatar Danny Milosavljevic
Browse files

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

* guix/build/android-ndk-build-system.scm (install): Don't install header
files ourselves.
parent 26dcbb8c
No related branches found
No related tags found
No related merge requests found
......@@ -64,8 +64,6 @@ (define* (install #:key inputs outputs (make-flags '()) #:allow-other-keys)
(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)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment