Skip to content

Commit

Permalink
Merge branch 'master' into master-arrays
Browse files Browse the repository at this point in the history
  • Loading branch information
pramsey committed Dec 12, 2023
2 parents 105b96b + afb867e commit 1006a51
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 @@ -28,7 +28,8 @@ REGRESS_OPTS = --encoding=UTF8
PG_CPPFLAGS += $(GDAL_CFLAGS)
LIBS += $(GDAL_LIBS)
SHLIB_LINK := $(LIBS)
SHLIB_LINK += -rpath /usr/local/lib
# For MacOS
#SHLIB_LINK += -rpath /usr/local/lib

PGXS := $(shell $(PG_CONFIG) --pgxs)
include $(PGXS)
Expand Down

0 comments on commit 1006a51

Please sign in to comment.