build(opat-core): updated opat-core dependency to always grab subproject not system version
This commit is contained in:
@@ -1,3 +1,5 @@
|
|||||||
opatio_dep = dependency('opatio', fallback: ['opat-core', 'opatio_dep'])
|
# Get the subproject object first
|
||||||
picosha2_dep = dependency('picosha2', fallback: ['opat-core', 'picosha2_dep'])
|
opat_sub = subproject('opat-core')
|
||||||
|
|
||||||
|
# Get the dependency variable from that subproject
|
||||||
|
opatio_dep = opat_sub.get_variable('opatio_dep')
|
||||||
Reference in New Issue
Block a user