From 0b0a8b7f28107c821b2478742901f62989e1f237 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Thu, 17 Oct 2019 14:42:48 +0200 Subject: Fix MSVC build --- wscript | 2 ++ 1 file changed, 2 insertions(+) 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, -- cgit v1.2.1