Skip to content

Commit

Permalink
complete the whole build before installing anything
Browse files Browse the repository at this point in the history
  • Loading branch information
wuputah committed Sep 27, 2024
1 parent eb2bd91 commit 2ed3554
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 @@ -70,7 +70,7 @@ $(FULL_DUCKDB_LIB): third_party/duckdb/Makefile
BUILD_UNITTESTS=OFF \
EXTENSION_CONFIGS="../pg_duckdb_extensions.cmake"

install-duckdb: $(FULL_DUCKDB_LIB)
install-duckdb: $(FULL_DUCKDB_LIB) $(shlib)
$(install_bin) -m 755 $(FULL_DUCKDB_LIB) $(DESTDIR)$(PG_LIB)

clean-duckdb:
Expand Down

0 comments on commit 2ed3554

Please sign in to comment.