13
0

websockets: require Windows7 (with pollfd)

This commit is contained in:
Robin Gareus 2021-10-13 21:40:30 +02:00
parent bedf09fbdb
commit 2066b6b33a
Signed by: rgareus
GPG Key ID: A090BCE02CF57F04

View File

@ -41,5 +41,8 @@ def build(bld):
obj.use = 'libardour libardour_cp libgtkmm2ext libpbd'
obj.install_path = os.path.join(bld.env['LIBDIR'], 'surfaces')
if bld.env['build_target'] == 'mingw':
obj.defines+= [ '_WIN32_WINNT=0x0601', 'WINVER=0x0601' ]
def shutdown():
autowaf.shutdown()