diff options
-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 |