if get_option('updater').enabled() custom_target('poi-update', input: files('src/updater/main.go'), output: 'poi-update', command: ['env', 'GOPATH='+meson.current_source_dir(), go, 'build', go_args, '-o=@OUTPUT@', 'updater'], build_by_default: true, install: true, install_dir: get_option('bindir'), ) endif