Skip to content

Commit

Permalink
indentation problem
Browse files Browse the repository at this point in the history
  • Loading branch information
samansmink committed Nov 6, 2024
1 parent 7298a3e commit eb1b1b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion duckdb_extension_rs.Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ target/release/$(EXTENSION_FILENAME): target/release/$(EXTENSION_LIB_FILENAME)
-n $(EXTENSION_NAME) \
-dv $(DUCKDB_VERSION) \
-ev $(EXTENSION_VERSION) \
-pf build/platform.txt
-pf build/platform.txt

build/release/$(EXTENSION_FILENAME): target/release/$(EXTENSION_LIB_FILENAME)
$(PYTHON_VENV_BIN) -c "from pathlib import Path;Path('./build/release/extension/$(EXTENSION_NAME)').mkdir(parents=True, exist_ok=True)"
Expand Down

0 comments on commit eb1b1b0

Please sign in to comment.