summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2019-10-17 14:42:48 +0200
committerDavid Robillard <d@drobilla.net>2019-10-17 14:42:48 +0200
commit0b0a8b7f28107c821b2478742901f62989e1f237 (patch)
treeb88badab51a19977694fedcff0b3d4db109969b7
parentc1561161622e207bf4d3ebe8dc8602358775ef8a (diff)
downloadlilv-0b0a8b7f28107c821b2478742901f62989e1f237.tar.gz
lilv-0b0a8b7f28107c821b2478742901f62989e1f237.tar.bz2
lilv-0b0a8b7f28107c821b2478742901f62989e1f237.zip
Fix MSVC build
-rw-r--r--wscript2
1 files changed, 2 insertions, 0 deletions
diff --git a/wscript b/wscript
index 7658aa0..21e1280 100644
--- a/wscript
+++ b/wscript
@@ -164,6 +164,8 @@ def configure(conf):
autowaf.set_lib_env(conf, 'lilv', LILV_VERSION)
conf.write_config_header('lilv_config.h', remove=False)
+ conf.undefine('LILV_DEFAULT_LV2_PATH') # Cmd line errors with VC++
+
autowaf.display_summary(
conf,
{'Default LV2_PATH': lv2_path,