Skip to content

Commit

Permalink
ci debug 2
Browse files Browse the repository at this point in the history
  • Loading branch information
samansmink committed Nov 13, 2024
1 parent 302dd84 commit 37a2c9e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion duckdb_extension_c.Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,6 @@ build_extension_library_release: check_configure
ls cmake_build
ls cmake_build/release
ls cmake_build/release/Release
$(PYTHON_VENV_BIN) -c "import shutil;shutil.copyfile('cmake_build/release/Release/lib$(EXTENSION_NAME).dll', 'build/release/$(EXTENSION_LIB_FILENAME)')"
$(PYTHON_VENV_BIN) -c "from pathlib import Path;Path('./build/release/extension/$(EXTENSION_NAME)').mkdir(parents=True, exist_ok=True)"
$(PYTHON_VENV_BIN) -c "import shutil;shutil.copyfile('$(OUTPUT_LIB_PATH_RELEASE)', 'build/release/$(EXTENSION_LIB_FILENAME)')"

Expand Down

0 comments on commit 37a2c9e

Please sign in to comment.