fix: noconfirm auto-selects first AUR match
This commit is contained in:
+11
@@ -0,0 +1,11 @@
|
||||
project('link order test', 'c')
|
||||
|
||||
dep = library('dependency', 'dummy.c')
|
||||
lib = static_library('something', 'dummy.c', link_with: dep)
|
||||
|
||||
import('pkgconfig').generate(
|
||||
name: 'libsomething',
|
||||
description: 'test library',
|
||||
libraries: lib,
|
||||
version: '1'
|
||||
)
|
||||
Reference in New Issue
Block a user