fix: noconfirm auto-selects first AUR match
This commit is contained in:
@@ -0,0 +1,17 @@
|
||||
project('nasm only')
|
||||
|
||||
if not add_languages('nasm', required: false)
|
||||
error('MESON_SKIP_TEST: nasm not found')
|
||||
endif
|
||||
|
||||
if meson.backend().startswith('vs')
|
||||
error('MESON_SKIP_TEST: VS backend does not recognise NASM yet')
|
||||
endif
|
||||
|
||||
sources = files('dummy.asm')
|
||||
|
||||
dummy = library(
|
||||
'dummy',
|
||||
sources,
|
||||
vs_module_defs: 'dummy.def',
|
||||
)
|
||||
Reference in New Issue
Block a user