No more wine

This commit is contained in:
Robin Gareus
2021-06-03 18:12:29 +02:00
parent 328585069a
commit a74b4e8ef0
18 changed files with 49 additions and 365 deletions

View File

@@ -30,9 +30,6 @@ def build(bld):
VERSION = "%s.%s" % (bld.env['MAJOR'], bld.env['MINOR'])
if not bld.is_defined('HAVE_READLINE'):
return;
# no wine
if bld.is_defined('WINDOWS_VST_SUPPORT') and bld.env['build_target'] != 'mingw':
return
# commandline luasession wrapper script
if bld.env['build_target'] != 'mingw':