summaryrefslogtreecommitdiff
path: root/RepositoryExternal.mk
diff options
context:
space:
mode:
authorMatúš Kukan <matus.kukan@gmail.com>2012-05-26 23:38:34 +0200
committerDavid Tardon <dtardon@redhat.com>2012-05-29 07:35:56 +0200
commita153924d50a1aa58d901df9c7ad00db759f2cfed (patch)
treeb1560df2a030e5c1947fad2baf7730417b68bcb8 /RepositoryExternal.mk
parent9fdab181f9888499dd77622cc5f42e6612ad3cbb (diff)
pq's name is different on Windows
Change-Id: I63731a1114edcf60a19083e6ceafaae1b402e716
Diffstat (limited to 'RepositoryExternal.mk')
-rw-r--r--RepositoryExternal.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/RepositoryExternal.mk b/RepositoryExternal.mk
index 6a6f4982ada6..5a4ba259372f 100644
--- a/RepositoryExternal.mk
+++ b/RepositoryExternal.mk
@@ -1281,7 +1281,7 @@ $(call gb_LinkTarget_set_include,$(1),\
)
$(call gb_LinkTarget_use_static_libraries,$(1),\
- pq \
+ $(if $(filter MSC,$(COM)),lib)pq \
)
ifeq ($(GUI)$(COM),WNTMSC)
@@ -1296,7 +1296,7 @@ endif
endef
$(eval $(call gb_Helper_register_static_libraries,PLAINLIBS,\
- pq \
+ $(if $(filter MSC,$(COM)),lib)pq \
))
endif # SYSTEM_POSTGRESQL