This commit is contained in:
2025-07-20 22:11:20 -04:00
parent 466dd3b440
commit 6bf8859bc4
6 changed files with 14 additions and 3 deletions

3
configure vendored
View File

@@ -37,9 +37,6 @@ trycc cc
trycc clang
printf "%s\n" "$CC"
printf "checking for xxd... "
trycc xxd
printf "checking weather C compiler works... "
status="fail"
tmpc="$(mktemp -d)/test.c"