From 2f6261fa07e496439e4476d2be2c4c9bca9e6e52 Mon Sep 17 00:00:00 2001 From: Michael Stahl Date: Thu, 19 Sep 2013 19:28:36 +0200 Subject: find lots of external static libraries in UnpackedTarball dir Note: do NOT put file paths to static libraries into FOO_LIBS variables that are passed to bundled externals that are built with --enable-static: on Mac OS X this will result in .a archives that contain other .a archives as entries, and trying to link those results in errors like: ld: warning: ignoring file .../libodfgen-0.0.a, file was built for archive which is not the architecture being linked (i386) Change-Id: If2c5a458058e4da76f80b3643e55b489d1edee24 --- writerperfect/Library_wpftwriter.mk | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'writerperfect/Library_wpftwriter.mk') diff --git a/writerperfect/Library_wpftwriter.mk b/writerperfect/Library_wpftwriter.mk index 7dc5203d1a15..502668fbdc1e 100644 --- a/writerperfect/Library_wpftwriter.mk +++ b/writerperfect/Library_wpftwriter.mk @@ -51,9 +51,9 @@ $(eval $(call gb_Library_use_externals,wpftwriter,\ boost_headers \ mwaw \ odfgen \ - wpd \ - wpg \ wps \ + wpg \ + wpd \ zlib \ )) -- cgit v1.2.3