Commit eef4348953

Andrew Kelley <andrew@ziglang.org>
2022-12-06 01:33:56
CMake: remove --color on for compiler_rt too
Missing change from bcd4ea9b28a7560a1c1ef28c6c7258c6126c80e5
1 parent ee2fb5b
Changed files (1)
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(