mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-06 14:54:56 +01:00
websockets: require Windows7 (with pollfd)
This commit is contained in:
parent
bedf09fbdb
commit
2066b6b33a
1 changed files with 3 additions and 0 deletions
|
|
@ -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()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue