Skip to content

Commit

Permalink
guix: Print paths (2)
Browse files Browse the repository at this point in the history
  • Loading branch information
hebasto committed Sep 30, 2024
1 parent 3d83467 commit 8fa4a34
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 @@ -64,7 +64,9 @@ NATIVE_GCC="$(store_path gcc-toolchain)"

echo NATIVE_GCC=${NATIVE_GCC}
which -a c++
ls -l $(which c++)
which -a cc
ls -l $(which cc)
exit 0

unset LIBRARY_PATH
Expand Down

0 comments on commit 8fa4a34

Please sign in to comment.