Skip to content

Commit

Permalink
guix: Print compiler paths
Browse files Browse the repository at this point in the history
  • Loading branch information
hebasto committed Sep 30, 2024
1 parent 1a7a3da commit 3d83467
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions contrib/guix/libexec/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,8 @@ store_path() {
NATIVE_GCC="$(store_path gcc-toolchain)"

echo NATIVE_GCC=${NATIVE_GCC}
which -a c++
which -a cc
exit 0

unset LIBRARY_PATH
Expand Down

0 comments on commit 3d83467

Please sign in to comment.