We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2c8c687 commit a5815aeCopy full SHA for a5815ae
Makefile
@@ -52,7 +52,7 @@ EXTENSION_FLAGS=\
52
#### Add more of the DuckDB in-tree extensions here that you need (also feel free to remove them when not needed)
53
EXTRA_EXTENSIONS_FLAG=-DBUILD_EXTENSIONS="parquet;json"
54
55
-BUILD_FLAGS=-DEXTENSION_STATIC_BUILD=1 $(EXTENSION_FLAGS) ${EXTRA_EXTENSIONS_FLAG} $(OSX_BUILD_FLAG) $(TOOLCHAIN_FLAGS)
+BUILD_FLAGS=-DEXTENSION_STATIC_BUILD=1 $(EXTENSION_FLAGS) ${EXTRA_EXTENSIONS_FLAG} $(OSX_BUILD_FLAG) $(TOOLCHAIN_FLAGS) -DDUCKDB_EXPLICIT_PLATFORM='${DUCKDB_PLATFORM}'
56
ifeq (${BUILD_SHELL}, 0)
57
BUILD_FLAGS += -DBUILD_SHELL=0
58
else
0 commit comments