Skip to content

Commit

Permalink
guix: Print NATIVE_GCC="$(store_path gcc)"
Browse files Browse the repository at this point in the history
  • Loading branch information
hebasto committed Sep 30, 2024
1 parent f4d5143 commit f6868a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contrib/guix/libexec/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ store_path() {

# Set environment variables to point the NATIVE toolchain to the right
# includes/libs
# NATIVE_GCC="$(store_path gcc-toolchain)"
NATIVE_GCC="$(store_path gcc)"

echo NATIVE_GCC=${NATIVE_GCC}
ls -l ${NATIVE_GCC}
Expand Down

0 comments on commit f6868a1

Please sign in to comment.