1if 'CONFIG_LINUX' in config_host 2 socket_scm_helper = executable('socket_scm_helper', 'socket_scm_helper.c') 3else 4 socket_scm_helper = [] 5endif 6configure_file(output: 'common.env', 7 input: files('common.env.in'), 8 configuration: {'PYTHON': python.full_path()}) 9