Skip to content

Commit

Permalink
Remove __declspec(dllimport) from duckdb.h
Browse files Browse the repository at this point in the history
  • Loading branch information
marcboeker committed Dec 23, 2023
1 parent acad9bd commit 0af00ab
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 @@ -18,7 +18,7 @@ FILES := $(wildcard $(SRC_DIR)/*)
.PHONY: deps.header
deps.header:
git clone -b v${DUCKDB_VERSION} --depth 1 https://github.com/duckdb/duckdb.git
cp duckdb/src/include/duckdb.h duckdb.h
sed 's/__declspec(dllimport)//g' duckdb/src/include/duckdb.h > duckdb.h

.PHONY: deps.darwin.amd64
deps.darwin.amd64:
Expand Down

0 comments on commit 0af00ab

Please sign in to comment.