Skip to content

Commit da516cb

Browse files
committed
fix sdist build
1 parent ba86441 commit da516cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

duckdb_packaging/build_backend.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -244,7 +244,7 @@ def build_wheel(
244244

245245
# We add the found version to the OVERRIDE_GIT_DESCRIBE cmake var
246246
if duckdb_version is not None:
247-
_skbuild_config_add(_SKBUILD_CMAKE_OVERRIDE_GIT_DESCRIBE, duckdb_version, config_settings, fail_if_exists=True)
247+
_skbuild_config_add(_SKBUILD_CMAKE_OVERRIDE_GIT_DESCRIBE, duckdb_version, config_settings)
248248
_log(f"{_SKBUILD_CMAKE_OVERRIDE_GIT_DESCRIBE} set to {duckdb_version}")
249249
else:
250250
_log("No explicit DuckDB submodule version provided. Letting CMake figure it out.")

0 commit comments

Comments
 (0)