]> git.ipfire.org Git - thirdparty/xz.git/commit
CI: Let CMake use the CC environment variable
authorLasse Collin <lasse.collin@tukaani.org>
Mon, 24 Jun 2024 11:54:17 +0000 (14:54 +0300)
committerLasse Collin <lasse.collin@tukaani.org>
Mon, 24 Jun 2024 15:15:58 +0000 (18:15 +0300)
commit0c1e6d900bac127464fb30a854776e1810ab5f16
tree23868c01171b984224dabd0f5e103985fea6ab41
parenta3d6eb797c1bd9b0425ef6754e475e43e62bf075
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.
build-aux/ci_build.bash