From bbd86d5218f16a95b357a229dc0b6a6e498fb783 Mon Sep 17 00:00:00 2001 From: Carlo Piovesan Date: Wed, 31 Jul 2024 13:28:45 +0200 Subject: [PATCH] TARGET can be passed from outside properly --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 72b469e01..142fcda62 100644 --- a/Makefile +++ b/Makefile @@ -14,7 +14,7 @@ LIB_RELEASE_DIR="${ROOT_DIR}/build/Release" LIB_RELWITHDEBINFO_DIR="${ROOT_DIR}/build/RelWithDebInfo" LIB_XRAY_DIR="${ROOT_DIR}/build/Xray" DUCKDB_WASM_DIR="${ROOT_DIR}/packages/duckdb/src/wasm" -TARGET=eh +TARGET?=eh DUCKDB_HASH=${shell cd submodules/duckdb && git reflog -n 1 | head -c 10}