From 4f6fa5b2ae839e01468f0e96b0f68d948811c31e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?M=C3=A5rten=20Nordheim?= Date: Wed, 22 Aug 2018 13:03:34 +0200 Subject: configure: add sources matching names from vcpkg It's possible to use vcpkg using the -I and -L arguments, but some of their libraries have different names than what we look for during configure, so add in those variations. Change-Id: Iee37197228cc0f15442ecd7ec4fc761f4d526e1d Reviewed-by: Oswald Buddenhagen --- configure.json | 1 + 1 file changed, 1 insertion(+) (limited to 'configure.json') diff --git a/configure.json b/configure.json index 16a2af5bab..1f45f2ccb2 100644 --- a/configure.json +++ b/configure.json @@ -161,6 +161,7 @@ }, "sources": [ { "libs": "-lzdll", "condition": "config.msvc" }, + { "libs": "-lzlib", "condition": "config.msvc" }, { "libs": "-lz", "condition": "!config.msvc" } ] }, -- cgit v1.2.3