build scripts - don't provide cxx-std-17

As it's automatically set by the cmake script.
This commit is contained in:
Andrej730
2025-12-15 17:33:15 +05:00
parent 87e4846f71
commit cd87217f4e
6 changed files with 2 additions and 8 deletions
-1
View File
@@ -1330,7 +1330,6 @@ os.makedirs(executables_dir, exist_ok=True)
cmake_args = [
"-DCMAKE_CXX_STANDARD=17",
"-DUSE_MMAP=OFF",
"-DBUILD_EXAMPLES=OFF",
"-DBUILD_SHARED_LIBS=" + OFF_ON[not BUILD_STATIC],