mirror of
https://github.com/robbert-vdh/yabridge.git
synced 2026-05-07 03:50:11 +02:00
Bump the minimum required version of Boost
Not sure which version is the actual minimum version required, but at least Bosot 1.65 is missing some headers we need.
This commit is contained in:
+1
-1
@@ -41,7 +41,7 @@ subdir('src/common/config')
|
||||
|
||||
# Statically link against Boost.Filesystem, otherwise it becomes impossible to
|
||||
# distribute a prebuilt version of yabridge
|
||||
boost_dep = dependency('boost', modules : ['filesystem'], static : true)
|
||||
boost_dep = dependency('boost', version : '>=1.66', modules : ['filesystem'], static : true)
|
||||
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