1 tcg_ss = ss.source_set()
13 if get_option('tcg_interpreter')
14 libffi = dependency('libffi', version: '>=3.0', required: true,
15 method: 'pkg-config', kwargs: static_kwargs)
16 specific_ss.add(libffi)
17 specific_ss.add(files('tci.c'))
20 specific_ss.add_all(when: 'CONFIG_TCG', if_true: tcg_ss)