feat(fourdst): added better arch detect and pkg-config cli option

This commit is contained in:
2025-08-06 11:54:01 -04:00
parent 729ffe94ca
commit 7e92b2dd6e
9 changed files with 58 additions and 7 deletions

View File

@@ -1,4 +1,4 @@
logging_p = subproject('liblogging', default_options: ['pkg-config=false'])
logging_p = subproject('liblogging', default_options: ['pkg-config=' + pkg_config_bool_str])
liblogging = logging_p.get_variable('liblogging')
logging_dep = logging_p.get_variable('logging_dep')