Kaydet (Commit) d3829143 authored tarafından David Tardon's avatar David Tardon

$(OUTDIR_FOR_BUILD) is wrong

Change-Id: Id0c7564d7355192842c0b0b248bf21379ef104cb
üst 67a81503
......@@ -59,7 +59,7 @@ $(eval $(call gb_Library_use_externals,postgresql-sdbc-impl,\
ifneq ($(SYSTEM_POSTGRESQL),YES)
ifneq ($(GUI)$(COM),WNTMSC)
include $(OUTDIR_FOR_BUILD)/inc/postgresql/libpq-flags.mk
include $(OUTDIR)/inc/postgresql/libpq-flags.mk
$(eval $(call gb_Library_add_libs,postgresql-sdbc-impl,\
$(if $(filter-out MACOSX,$(OS)),-Wl$(COMMA)--as-needed) \
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment