mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-05 18:29:28 +01:00
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
1 changed files with 1 additions and 0 deletions
|
@ -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…
Add table
Reference in a new issue