Skip to content

Commit

Permalink
changes
Browse files Browse the repository at this point in the history
  • Loading branch information
juur committed Nov 11, 2023
1 parent fb06b96 commit 6d0b18b
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions configure
Original file line number Diff line number Diff line change
Expand Up @@ -154,10 +154,11 @@ fail()

printf "Checking for a C compiler ... "
echo "command:"
set -o xtrace
command -v "${CC}"
echo "env:"
which command
type command
which command || true
type command || true
echo "rest:"
if env -i "PATH=$PATH" command -v "${CC}"; then
export CC
Expand Down

0 comments on commit 6d0b18b

Please sign in to comment.