CMake: remove --color on for compiler_rt too

Missing change from bcd4ea9b28a7560a1c1ef28c6c7258c6126c80e5
This commit is contained in:
Andrew Kelley 2022-12-05 17:33:56 -07:00
parent ee2fb5b2ab
commit eef4348953

View File

@ -787,7 +787,6 @@ set(BUILD_COMPILER_RT_ARGS
--name compiler_rt -femit-bin="${ZIG_COMPILER_RT_C_SOURCE}"
--pkg-begin build_options "${CMAKE_BINARY_DIR}/config.zig" --pkg-end
-target "${HOST_TARGET_TRIPLE}"
--color on
)
add_custom_command(