guix-commits
[Top][All Lists]
Advanced

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

01/02: gnu: axoloti-patcher: Fix include paths.


From: guix-commits
Subject: 01/02: gnu: axoloti-patcher: Fix include paths.
Date: Tue, 19 Dec 2023 19:01:41 -0500 (EST)

rekado pushed a commit to branch master
in repository guix.

commit 1adf1e36d27388df04d6873c3f58d7851a9a04b9
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Wed Dec 20 00:58:56 2023 +0100

    gnu: axoloti-patcher: Fix include paths.
    
    * gnu/packages/axoloti.scm (axoloti-patcher)[arguments]: Add missing "c++"
    sub-directory to search paths.
    
    Change-Id: Ia3297cb24e02f92ad7af40881b9021af25093e67
---
 gnu/packages/axoloti.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/axoloti.scm b/gnu/packages/axoloti.scm
index 7b36922860..fbb027d9b5 100644
--- a/gnu/packages/axoloti.scm
+++ b/gnu/packages/axoloti.scm
@@ -320,9 +320,9 @@ runtime.")
                             (toolchain (assoc-ref inputs "cross-toolchain"))
                             (includes  (string-append
                                         toolchain
-                                        "/arm-none-eabi/include:"
+                                        "/arm-none-eabi/include/c++:"
                                         toolchain
-                                        
"/arm-none-eabi/include/arm-none-eabi/armv7e-m")))
+                                        
"/arm-none-eabi/include/c++/arm-none-eabi/armv7e-m")))
                        (display
                         (string-append "#!" (which "sh") "\n"
                                        "export CROSS_CPATH=" includes "\n"



reply via email to

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