feat(fourdst): added better arch detect and pkg-config cli option
This commit is contained in:
@@ -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')
|
||||
|
||||
Reference in New Issue
Block a user