diff options
author | Thiago Macieira <thiago@macieira.org> | 2013-11-27 17:42:48 -0800 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2013-11-27 17:54:32 -0800 |
commit | 9befbe410922e964d8c0eb35ee75b4b64cb6c96a (patch) | |
tree | aee9e37bce609abb7d289fd9fbfa77b784fc7a77 /packaging/windows | |
parent | 34c77db50698517e31f5b6c10305fb34894e7357 (diff) | |
download | subsurface-9befbe410922e964d8c0eb35ee75b4b64cb6c96a.tar.gz |
Search for different versions of libzip DLL
My system has libzip-1.dll, but Dirk's is probably newer and has
libzip-2.dll
Signed-off-by: Thiago Macieira <thiago@macieira.org>
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'packaging/windows')
-rw-r--r-- | packaging/windows/subsurface.nsi.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packaging/windows/subsurface.nsi.in b/packaging/windows/subsurface.nsi.in index 6476eb774..c4a58094f 100644 --- a/packaging/windows/subsurface.nsi.in +++ b/packaging/windows/subsurface.nsi.in @@ -110,7 +110,7 @@ Section File libxml2-2.dll File libxslt-1.dll File zlib1.dll - File libzip-2.dll + File libzip*.dll File libsqlite3-0.dll File libgcc_s_sjlj-1.dll File libstdc++-6.dll |