mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-10 01:25:21 +00:00
AA
This commit is contained in:
parent
9815b4bea4
commit
48f1ce96e7
@ -168,7 +168,7 @@ def parse_env_variables(
|
||||
if not is_cross_arm:
|
||||
result.append("BUILD_MUSL_KEEPER=1")
|
||||
else:
|
||||
result.append("-DBUILD_STANDALONE_KEEPER=1")
|
||||
cmake_flags.append("-DBUILD_STANDALONE_KEEPER=1")
|
||||
|
||||
result.append(f"CC={cc}")
|
||||
result.append(f"CXX={cxx}")
|
||||
|
Loading…
Reference in New Issue
Block a user