mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-27 04:59:27 -05:00
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
1 changed files with 0 additions and 2 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue