Skip to content

Commit

Permalink
Handle RTOOLS flags passage
Browse files Browse the repository at this point in the history
  • Loading branch information
carlopi committed May 15, 2024
1 parent 11dae71 commit 9d61a33
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,10 @@ EXTENSION_FLAGS=\

BUILD_FLAGS=-DEXTENSION_STATIC_BUILD=1 -DBUILD_EXTENSIONS="tpch" ${OSX_BUILD_FLAG} -DDUCKDB_EXPLICIT_PLATFORM='${DUCKDB_PLATFORM}'

ifeq ($(DUCKDB_PLATFORM_RTOOLS),1)
BUILD_FLAGS:=${BUILD_FLAGS} -DCMAKE_CXX_FLAGS="-DDUCKDB_PLATFORM_RTOOLS=1"
endif

CLIENT_FLAGS :=
pull:
git submodule init
Expand Down

0 comments on commit 9d61a33

Please sign in to comment.