Skip to content

Commit

Permalink
fix makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
samansmink committed Nov 6, 2024
1 parent c86aa34 commit f180357
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions duckdb_extension_rs.Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -56,11 +56,13 @@ EXTENSION_FILENAME=$(EXTENSION_NAME).duckdb_extension
platform: build/platform

# Either autodetect or use the provided value
PLATFORM_TARGET ?=
ifeq ($(DUCKDB_PLATFORM),)
PLATFORM_TARGET=platform_autodetect
else
PLATFORM_TARGET=platform_override
endif

build/platform: $(PLATFORM_TARGET)

# (Don't call directly) autodetects the platform using the DuckDB installed in the venv
Expand Down

0 comments on commit f180357

Please sign in to comment.