From 0a041d4314ce72ae21fce7a227125a79205069e9 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Wed, 15 Dec 2010 07:03:28 +0000 Subject: Keep soup.h include local, to keep netdb.h include away from glibmm include to avoid clashing symbol HOST_NOT_FOUND (fix ticket #328). Yes, this is as mind-blowingly stupid of a thing to have to work around as it seems. git-svn-id: http://svn.drobilla.net/lad/trunk/slv2@2704 a436a847-0d15-0410-975c-d299462d15a1 --- wscript | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'wscript') diff --git a/wscript b/wscript index 0db8e58..3c13955 100644 --- a/wscript +++ b/wscript @@ -167,7 +167,7 @@ def build(bld): obj.uselib_local = 'libslv2' obj.target = i obj.install_path = '${BINDIR}' - + # JACK Hosts hosts = 'hosts/lv2_jack_host' if bld.env['USE_JACK']: -- cgit v1.2.1