Fix Python

This commit is contained in:
Alexey Milovidov 2024-01-14 05:14:54 +01:00
parent 1afc5e8c01
commit 6405decbb0

View File

@ -289,7 +289,7 @@ def parse_env_variables(
result.append("BUILD_TYPE=None")
if coverage:
result.append("SANITIZE_COVERAGE=1")
cmake_flags.append("-DSANITIZE_COVERAGE=1")
if not cache:
cmake_flags.append("-DCOMPILER_CACHE=disabled")