Skip to content

Commit

Permalink
do what actually makes sense
Browse files Browse the repository at this point in the history
  • Loading branch information
wuputah committed Oct 3, 2024
1 parent fa78a0f commit 9379e1e
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
Expand Up @@ -36,8 +36,8 @@ include Makefile.global
# those header files.
$(OBJS): third_party/duckdb/Makefile

COMPILE.cc.bc += $(PG_CPPFLAGS) $(PG_CXXFLAGS)
COMPILE.cxx.bc += $(PG_CPPFLAGS) $(PG_CXXFLAGS)
COMPILE.cc.bc += $(PG_CPPFLAGS)
COMPILE.cxx.bc += $(PG_CXXFLAGS)

# shlib is the final output product - make duckdb and all .o dependencies
$(shlib): $(FULL_DUCKDB_LIB) $(OBJS)
Expand Down

0 comments on commit 9379e1e

Please sign in to comment.