From ec64bf60d902afbec91e6eed3dbda08e075ffc3f Mon Sep 17 00:00:00 2001 From: Matúš Kukan Date: Sat, 27 Oct 2012 15:23:42 +0200 Subject: shell: use x64 zlib version here Change-Id: Ie61966f28b937db7d4997753cc388332dda25f63 --- shell/Library_propertyhdl_x64.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'shell/Library_propertyhdl_x64.mk') diff --git a/shell/Library_propertyhdl_x64.mk b/shell/Library_propertyhdl_x64.mk index 5b07b4c4ee36..e6e9c591e44f 100644 --- a/shell/Library_propertyhdl_x64.mk +++ b/shell/Library_propertyhdl_x64.mk @@ -55,7 +55,7 @@ $(eval $(call gb_Library_add_defs,propertyhdl_x64,\ $(eval $(call gb_Library_use_externals,propertyhdl_x64,\ expat_utf16_x64 \ - zlib \ + zlib_x64 \ )) $(eval $(call gb_Library_use_system_win32_libs,propertyhdl_x64,\ -- cgit