Skip to content

Commit

Permalink
build duckdb completely before building pg_duckdb
Browse files Browse the repository at this point in the history
  • Loading branch information
wuputah committed Sep 24, 2024
1 parent 1bc3116 commit d390317
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,8 @@ ifeq ($(UNAME_S),Linux)
DUCKDB_LIB = libduckdb.so
endif

all: duckdb $(OBJS) .depend
all: $(OBJS) .depend
all-lib: duckdb

include Makefile.global

Expand Down

0 comments on commit d390317

Please sign in to comment.