Skip to content

Commit a5815ae

Browse files
committed
add platform flag
1 parent 2c8c687 commit a5815ae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ EXTENSION_FLAGS=\
5252
#### Add more of the DuckDB in-tree extensions here that you need (also feel free to remove them when not needed)
5353
EXTRA_EXTENSIONS_FLAG=-DBUILD_EXTENSIONS="parquet;json"
5454

55-
BUILD_FLAGS=-DEXTENSION_STATIC_BUILD=1 $(EXTENSION_FLAGS) ${EXTRA_EXTENSIONS_FLAG} $(OSX_BUILD_FLAG) $(TOOLCHAIN_FLAGS)
55+
BUILD_FLAGS=-DEXTENSION_STATIC_BUILD=1 $(EXTENSION_FLAGS) ${EXTRA_EXTENSIONS_FLAG} $(OSX_BUILD_FLAG) $(TOOLCHAIN_FLAGS) -DDUCKDB_EXPLICIT_PLATFORM='${DUCKDB_PLATFORM}'
5656
ifeq (${BUILD_SHELL}, 0)
5757
BUILD_FLAGS += -DBUILD_SHELL=0
5858
else

0 commit comments

Comments
 (0)