build-system/android-ndk: Pass #:bootstrap-scripts to build phases.
Fixes a regression introduced in
9cfc93be30
.
* guix/build-system/android-ndk.scm (android-ndk-build): Pass
#:bootstrap-scripts to 'android-ndk-build'.
This commit is contained in:
parent
0fd107d86d
commit
600effef2b
@ -62,6 +62,7 @@
|
||||
#:test-target #$test-target
|
||||
#:tests? #$tests?
|
||||
#:phases #$phases
|
||||
#:bootstrap-scripts '() ;no autotools machinery
|
||||
#:make-flags
|
||||
(cons* "-f"
|
||||
#$(file-append (gexp-input-thing
|
||||
|
Loading…
Reference in New Issue
Block a user