diff options
author | David Robillard <d@drobilla.net> | 2015-02-14 01:40:40 +0000 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2015-02-14 01:40:40 +0000 |
commit | d214e8a02ab5d2e8dbb88b8019915b6246c0530f (patch) | |
tree | e4b4aca7bc7759e814fa56582715ca3c0125f57c /wscript | |
parent | 38ff1e16dfc97764f851e4b36035e10c7646697b (diff) | |
download | suil-d214e8a02ab5d2e8dbb88b8019915b6246c0530f.tar.gz suil-d214e8a02ab5d2e8dbb88b8019915b6246c0530f.tar.bz2 suil-d214e8a02ab5d2e8dbb88b8019915b6246c0530f.zip |
Various Windows fixes (patches from Robin Gareus).
git-svn-id: http://svn.drobilla.net/lad/trunk/suil@5556 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'wscript')
-rw-r--r-- | wscript | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -224,7 +224,7 @@ def build(bld): cflags = cflags, lib = modlib, linkflags = bld.env.NODELETE_FLAGS) - autowaf.use_lib(bld, obj, 'GTK2 LV2') + autowaf.use_lib(bld, obj, 'GTK2 LV2 LV2_1_6_0') if bld.env.HAVE_QT4: obj = bld(features = 'cxx cxxshlib', |