zig

fork of https://codeberg.org/ziglang/zig
Log | Files | Refs | README | LICENSE

commit eef43489534476c98e7ea703e7c5c2e874e7100c (tree)
parent ee2fb5b2ab4b950baca814e7339ced10f618ca35
Author: Andrew Kelley <andrew@ziglang.org>
Date:   Mon,  5 Dec 2022 17:33:56 -0700

CMake: remove --color on for compiler_rt too

Missing change from bcd4ea9b28a7560a1c1ef28c6c7258c6126c80e5

Diffstat:
MCMakeLists.txt | 1-
1 file changed, 0 insertions(+), 1 deletion(-)

diff --git a/CMakeLists.txt b/CMakeLists.txt @@ -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(