Skip to content

Commit

Permalink
TARGET can be passed from outside properly
Browse files Browse the repository at this point in the history
  • Loading branch information
carlopi committed Jul 31, 2024
1 parent 733c3b0 commit bbd86d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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}

Expand Down

0 comments on commit bbd86d5

Please sign in to comment.