From ce25becc235967f4eb8d2640e631e4757d540111 Mon Sep 17 00:00:00 2001 From: Carlo Piovesan Date: Mon, 12 Feb 2024 10:18:18 +0100 Subject: [PATCH] Adapt Makefile to pass-on DUCKDB_PLATFORM --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 21e8d28..576be98 100644 --- a/Makefile +++ b/Makefile @@ -22,7 +22,7 @@ ifeq ($(GEN),ninja) FORCE_COLOR=-DFORCE_COLORED_OUTPUT=1 endif -BUILD_FLAGS=-DEXTENSION_STATIC_BUILD=1 -DBUILD_EXTENSIONS="" ${OSX_BUILD_ARCH_FLAG} ${STATIC_LIBCPP} ${TOOLCHAIN_FLAGS} +BUILD_FLAGS=-DEXTENSION_STATIC_BUILD=1 -DBUILD_EXTENSIONS="" ${OSX_BUILD_ARCH_FLAG} ${STATIC_LIBCPP} ${TOOLCHAIN_FLAGS} -DDUCKDB_EXPLICIT_PLATFORM='${DUCKDB_PLATFORM}' CLIENT_FLAGS :=