guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

02/04: build-system/android-ndk: Pass #:bootstrap-scripts to build phase


From: guix-commits
Subject: 02/04: build-system/android-ndk: Pass #:bootstrap-scripts to build phases.
Date: Thu, 1 Apr 2021 16:20:18 -0400 (EDT)

civodul pushed a commit to branch core-updates
in repository guix.

commit 600effef2b0b7a7e094c8009d8ed294e2145ad33
Author: Ludovic Courtès <ludo@gnu.org>
AuthorDate: Thu Apr 1 22:00:04 2021 +0200

    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'.
---
 guix/build-system/android-ndk.scm | 1 +
 1 file changed, 1 insertion(+)

diff --git a/guix/build-system/android-ndk.scm 
b/guix/build-system/android-ndk.scm
index d33e1b4..211fd11 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]