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,3 +1,3 @@
const_p = subproject('libconstants', default_options: ['pkg-config=false'])
const_p = subproject('libconstants', default_options: ['pkg-config=' + pkg_config_bool_str])
const_dep = const_p.get_variable('const_dep')
libconst = const_p.get_variable('libconst')