Skip to content

Commit

Permalink
fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
akvlad committed Oct 8, 2024
1 parent 596ce0d commit 519e6a3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
PROJ_DIR := $(dir $(abspath $(lastword $(MAKEFILE_LIST))))
PROJ_DIR := $(dir $(abspath $(lastword $(MAKEFILE_LIST))))chsql/

# Configuration of extension
EXT_NAME=chsql
EXT_CONFIG=${PROJ_DIR}chsql/extension_config.cmake
EXT_CONFIG=${PROJ_DIR}extension_config.cmake

# Include the Makefile from extension-ci-tools
include extension-ci-tools/makefiles/duckdb_extension.Makefile

0 comments on commit 519e6a3

Please sign in to comment.