Skip to content

Commit

Permalink
now for real
Browse files Browse the repository at this point in the history
  • Loading branch information
samansmink committed Nov 7, 2024
1 parent b5013c6 commit 71ee67e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions duckdb_extension_c_api.Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ build_extension_with_metadata_debug: check_configure
-dv $(MINIMUM_DUCKDB_VERSION) \
-evf configure/extension_version.txt \
-pf configure/platform.txt
$(PYTHON_VENV_BIN) -c "import shutil;shutil.copyfile('build/debug/$(EXTENSION_FILENAME)', 'build/debug/extension/$(EXTENSION_FILENAME)')"
$(PYTHON_VENV_BIN) -c "import shutil;shutil.copyfile('build/debug/$(EXTENSION_FILENAME)', 'build/debug/extension/$(EXTENSION_NAME)/$(EXTENSION_FILENAME)')"

build_extension_with_metadata_release: check_configure
$(PYTHON_VENV_BIN) extension-ci-tools/scripts/append_extension_metadata.py \
Expand All @@ -185,7 +185,7 @@ build_extension_with_metadata_release: check_configure
-dv $(MINIMUM_DUCKDB_VERSION) \
-evf configure/extension_version.txt \
-pf configure/platform.txt
$(PYTHON_VENV_BIN) -c "import shutil;shutil.copyfile('build/release/$(EXTENSION_FILENAME)', 'build/release/extension/$(EXTENSION_FILENAME)')"
$(PYTHON_VENV_BIN) -c "import shutil;shutil.copyfile('build/release/$(EXTENSION_FILENAME)', 'build/release/extension/$(EXTENSION_FILENAME)/$(EXTENSION_FILENAME)')"

#############################################
### Python
Expand Down

0 comments on commit 71ee67e

Please sign in to comment.