Skip to content

Commit

Permalink
add platform param
Browse files Browse the repository at this point in the history
  • Loading branch information
samansmink committed Feb 14, 2024
1 parent a11bc2c commit a875cf7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
6 changes: 1 addition & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -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

Expand Down

0 comments on commit a875cf7

Please sign in to comment.