mirror of
https://github.com/robbert-vdh/yabridge.git
synced 2026-05-09 20:29:10 +02:00
Monkey patch async pipes foor Boost 1.72
This is an simple workaround and it's much more practical than having to downgrade Boost since that breaks any application that links to it.
This commit is contained in:
+1
-3
@@ -20,9 +20,7 @@ endif
|
||||
# about the way these two components work together can be found in the readme
|
||||
# file.
|
||||
|
||||
# Boost 1.72 has a known bug in Boost.Process that will cause compilation to
|
||||
# fail, see https://github.com/boostorg/process/issues/116
|
||||
boost_dep = dependency('boost', version : '!=1.72', modules : ['filesystem'])
|
||||
boost_dep = dependency('boost', modules : ['filesystem'])
|
||||
bitsery_dep = subproject('bitsery').get_variable('bitsery_dep')
|
||||
threads_dep = dependency('threads')
|
||||
# The built in threads dependency does not know how to handle winegcc
|
||||
|
||||
Reference in New Issue
Block a user