Skip to content

Commit

Permalink
Merge pull request #131 from samansmink/fix-update-headers
Browse files Browse the repository at this point in the history
fix update headers to download correct headers
  • Loading branch information
samansmink authored Jan 24, 2025
2 parents cd334e7 + 081bf9c commit 70a6987
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions makefiles/c_api_extensions/c_cpp.Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -134,11 +134,9 @@ build_extension_library_release: check_configure
#############################################
### Misc
#############################################
# TODO: switch this to use the $(TARGET_DUCKDB_VERSION) after v1.2.0 is released

BASE_HEADER_URL=
ifneq ($(TARGET_DUCKDB_VERSION),)
BASE_HEADER_URL=https://raw.githubusercontent.com/duckdb/duckdb/refs/heads/$(TARGET_DUCKDB_VERSION)/src/include
BASE_HEADER_URL=https://raw.githubusercontent.com/duckdb/duckdb/$(TARGET_DUCKDB_VERSION)/src/include
else
BASE_HEADER_URL=https://raw.githubusercontent.com/duckdb/duckdb/refs/heads/main/src/include
endif
Expand Down

0 comments on commit 70a6987

Please sign in to comment.