mirror of
https://github.com/robbert-vdh/yabridge.git
synced 2026-05-06 19:40:10 +02:00
Include the configuration as a dependency
Apparently this wasn't even supposed to work, so it's probably a good idea to do it properly before things break.
This commit is contained in:
@@ -270,6 +270,8 @@ shared_library(
|
||||
native : true,
|
||||
include_directories : include_dir,
|
||||
dependencies : [
|
||||
configuration_dep,
|
||||
|
||||
boost_dep,
|
||||
with_32bit_libraries
|
||||
? boost_filesystem_32bit_dep
|
||||
@@ -292,6 +294,8 @@ if with_vst3
|
||||
native : true,
|
||||
include_directories : include_dir,
|
||||
dependencies : [
|
||||
configuration_dep,
|
||||
|
||||
boost_dep,
|
||||
with_32bit_libraries
|
||||
? boost_filesystem_32bit_dep
|
||||
|
||||
Reference in New Issue
Block a user