diff options
author | Ludovic Courtès <ludo@gnu.org> | 2021-04-01 22:00:04 +0200 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2021-04-01 22:00:04 +0200 |
commit | 600effef2b0b7a7e094c8009d8ed294e2145ad33 (patch) | |
tree | f979ed234a57f57562d6217121cad21dbc2f000b /guix/build-system | |
parent | 0fd107d86dae686e10fc43c8f92a847fc9fb06e1 (diff) |
build-system/android-ndk: Pass #:bootstrap-scripts to build phases.
Fixes a regression introduced in
9cfc93be30c516fd6fa32915c61c06e03f23a011.
* guix/build-system/android-ndk.scm (android-ndk-build): Pass
#:bootstrap-scripts to 'android-ndk-build'.
Diffstat (limited to 'guix/build-system')
-rw-r--r-- | guix/build-system/android-ndk.scm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/guix/build-system/android-ndk.scm b/guix/build-system/android-ndk.scm index d33e1b4830..211fd11311 100644 --- a/guix/build-system/android-ndk.scm +++ b/guix/build-system/android-ndk.scm @@ -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 |