Include config.guess in debug output.

This commit is contained in:
Darren Tucker 2023-05-08 20:14:28 +10:00
parent b7afd8a4ec
commit b356b8e916
No known key found for this signature in database
1 changed files with 3 additions and 1 deletions

4
.github/setup_ci.sh vendored
View File

@ -4,7 +4,9 @@ PACKAGES=""
. .github/configs $@
case "`./config.guess`" in
host=`./config.guess`
echo "config.guess: $host"
case "$host" in
*cygwin)
PACKAGER=setup
echo Setting CYGWIN system environment variable.