From ff9b7d118b34b53ec947af881fccd822e2aeb1fd Mon Sep 17 00:00:00 2001 From: Markus Mohrhard Date: Thu, 31 Mar 2016 00:00:03 +0200 Subject: support building breakpad on windows Change-Id: I74b0e5a8e922935c9667491e5f33c514c3315d2a Reviewed-on: https://gerrit.libreoffice.org/23667 Tested-by: Jenkins Reviewed-by: Markus Mohrhard --- RepositoryExternal.mk | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'RepositoryExternal.mk') diff --git a/RepositoryExternal.mk b/RepositoryExternal.mk index 3582790ad3ba..6a36f9f5442d 100644 --- a/RepositoryExternal.mk +++ b/RepositoryExternal.mk @@ -3329,8 +3329,8 @@ $(call gb_LinkTarget_set_include,$(1),\ ) ifeq ($(COM),MSC) -$(call gb_LinkTarget_add_libs,$(1),\ - $(call gb_UnpackedTarball_get_dir,breakpad)/build/win32/$(wnt_arch_subdir_optional)$(if $(MSVC_USE_DEBUG_RUNTIME),Debug/breakpad.lib,Release/breakpad.lib) \ +$(call gb_LinkTarget_use_static_libraries,$(1),\ + breakpad \ ) else $(call gb_LinkTarget_add_libs,$(1),\ -- cgit