mirror of
https://github.com/odrling/Aegisub
synced 2025-04-11 22:56:02 +02:00
meson: allow boost fallback under msvc
This commit is contained in:
parent
454c79c8cc
commit
dc3aaa5df0
@ -82,7 +82,7 @@ boost_modules = ['chrono', 'filesystem', 'thread', 'locale', 'regex']
|
||||
if not get_option('local_boost')
|
||||
boost_dep = dependency('boost', version: '>=1.50.0',
|
||||
modules: boost_modules,
|
||||
required: cxx.get_id() != 'msvc',
|
||||
required: false,
|
||||
static: get_option('default_library') == 'static')
|
||||
endif
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user