build(opat-core): updated opat-core dependency to always grab subproject not system version

This commit is contained in:
2025-06-11 14:51:12 -04:00
parent 24ac6fec3a
commit 922088e1f7

View File

@@ -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')