CI: Let CMake use the CC environment variable
commitdde14ded9a3240fd524d9bc01c9ceeb4d7909e95
authorLasse Collin <lasse.collin@tukaani.org>
Mon, 24 Jun 2024 11:54:17 +0000 (24 14:54 +0300)
committerLasse Collin <lasse.collin@tukaani.org>
Fri, 6 Sep 2024 16:15:14 +0000 (6 19:15 +0300)
tree78906d463c0f82fca0b7608afcbb98f597835028
parent85a55e1120bebac2f3cd9af8965f4a6335eeeb9b
CI: Let CMake use the CC environment variable

CC from environment is used to initialize CMAKE_C_COMPILER so
setting CMAKE_C_COMPILER explicitly isn't needed.

The syntax in ci_build.bash was broken in case one wished to put
spaces in CC.

(cherry picked from commit 0c1e6d900bac127464fb30a854776e1810ab5f16)
build-aux/ci_build.bash