diff options
author | Michael Stahl <mst@openoffice.org> | 2010-04-23 18:12:37 +0200 |
---|---|---|
committer | Michael Stahl <mst@openoffice.org> | 2010-04-23 18:12:37 +0200 |
commit | 09c6bc8718f8cb1c59cb2b4fd9af2d63a264dcb5 (patch) | |
tree | a4d5bac792741653576d264fdd3e135ea6eb6a78 /tools/prj | |
parent | bb7508a36c2d20efe1ad0566a8a0c4b14148355e (diff) |
gnumake2: tools: always link zlib statically
Diffstat (limited to 'tools/prj')
-rw-r--r-- | tools/prj/target_lib_tl.mk | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/tools/prj/target_lib_tl.mk b/tools/prj/target_lib_tl.mk index ba984dc9f501..82d29900fd62 100644 --- a/tools/prj/target_lib_tl.mk +++ b/tools/prj/target_lib_tl.mk @@ -145,6 +145,10 @@ $(eval $(call gb_Library_add_linked_static_libs,tl,\ zlib \ )) endif +else +$(eval $(call gb_Library_add_linked_static_libs,tl,\ + zlib \ +)) endif ifeq ($(OS),WNT) |