mirror of
https://git.postgresql.org/git/postgresql.git
synced 2025-01-18 18:44:06 +08:00
Remove $(DESTDIR) from the pgxs BE_DLLLIBS= -L path for Darwin.
This commit is contained in:
parent
2f90c781e8
commit
1f57f2e311
@ -5,7 +5,7 @@ DLSUFFIX = .so
|
||||
CFLAGS_SL =
|
||||
|
||||
ifdef PGXS
|
||||
BE_DLLLIBS= -bundle_loader $(DESTDIR)$(bindir)/postgres
|
||||
BE_DLLLIBS= -bundle_loader $(bindir)/postgres
|
||||
else
|
||||
BE_DLLLIBS= -bundle_loader $(top_builddir)/src/backend/postgres
|
||||
endif
|
||||
|
Loading…
Reference in New Issue
Block a user