diff options
author | David Robillard <d@drobilla.net> | 2019-10-17 14:42:48 +0200 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2019-10-17 14:42:48 +0200 |
commit | 0b0a8b7f28107c821b2478742901f62989e1f237 (patch) | |
tree | b88badab51a19977694fedcff0b3d4db109969b7 /wscript | |
parent | c1561161622e207bf4d3ebe8dc8602358775ef8a (diff) | |
download | lilv-0b0a8b7f28107c821b2478742901f62989e1f237.tar.gz lilv-0b0a8b7f28107c821b2478742901f62989e1f237.tar.bz2 lilv-0b0a8b7f28107c821b2478742901f62989e1f237.zip |
Fix MSVC build
Diffstat (limited to 'wscript')
-rw-r--r-- | wscript | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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, |