From a875cf7221258d32dc03bb009ac292a0f3bc22f7 Mon Sep 17 00:00:00 2001 From: Sam Ansmink Date: Wed, 14 Feb 2024 13:03:06 +0100 Subject: [PATCH] add platform param --- Makefile | 2 +- README.md | 6 +----- 2 files changed, 2 insertions(+), 6 deletions(-) diff --git a/Makefile b/Makefile index 9d2c2c6..6757fa6 100644 --- a/Makefile +++ b/Makefile @@ -38,7 +38,7 @@ ifeq ($(GEN),ninja) FORCE_COLOR=-DFORCE_COLORED_OUTPUT=1 endif -BUILD_FLAGS=-DEXTENSION_STATIC_BUILD=1 -DBUILD_EXTENSIONS="httpfs" ${OSX_BUILD_UNIVERSAL_FLAG} ${STATIC_LIBCPP} ${TOOLCHAIN_FLAGS} +BUILD_FLAGS=-DEXTENSION_STATIC_BUILD=1 -DBUILD_EXTENSIONS="httpfs" ${OSX_BUILD_UNIVERSAL_FLAG} ${STATIC_LIBCPP} ${TOOLCHAIN_FLAGS} -DDUCKDB_EXPLICIT_PLATFORM='${DUCKDB_PLATFORM}' EXT_NAME=iceberg diff --git a/README.md b/README.md index 364ac68..30c7c1a 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,4 @@ -> **Disclaimer:** This extension is currently in an experimental state. Feel free to try it out, but be aware that minimal testing and -benchmarking was done. - -> Warning: This extension currently builds with the main branch of DuckDB. A PR is being worked on. When the PR is merged, -this extension will be updated and usable from (nightly) DuckDB releases. +> **Disclaimer:** This extension is currently in an experimental state. Feel free to try it out, but be aware that things may not work as expected # DuckDB extension for Apache Iceberg