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:
Robbert van der Helm
2021-07-13 21:51:27 +02:00
parent 3dfb17cf5e
commit 4013aea63a
4 changed files with 17 additions and 16 deletions
+4
View File
@@ -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