Skip to content

Commit

Permalink
fix amalgam creation for headers.
Browse files Browse the repository at this point in the history
  • Loading branch information
jacques-n committed Oct 14, 2024
1 parent c9f9cf9 commit 537a71e
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -68,10 +68,8 @@ deps.header: duckdb substrait
cp duckdb/extension/tpcds/include/tpcds_extension.hpp include/
cp duckdb/extension/parquet/include/parquet_extension.hpp include/
sed '/#include "duckdb\/main\/client_context.hpp"/d' include/tpcds_extension.hpp > temp_file && mv temp_file include/tpcds_extension.hpp
cd duckdb
python3 scripts/amalgamation.py
cp src/amalgamation/duckdb.hpp ../include/
cd ..
cd duckdb && python3 scripts/amalgamation.py
cp duckdb/src/amalgamation/duckdb.hpp include/


.PHONY: deps.darwin.amd64
Expand Down

0 comments on commit 537a71e

Please sign in to comment.