build-system: android-ndk: Let upstream install header files.
* guix/build/android-ndk-build-system.scm (install): Don't install header files ourselves.
This commit is contained in:
parent
26dcbb8cfe
commit
3766aa921b
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user