fix: noconfirm auto-selects first AUR match
This commit is contained in:
+16
@@ -0,0 +1,16 @@
|
||||
project('variables-reserved-test', 'c', version : '1.0')
|
||||
|
||||
pkgg = import('pkgconfig')
|
||||
lib = shared_library('simple', 'simple.c')
|
||||
libver = '1.0'
|
||||
h = install_headers('simple.h')
|
||||
|
||||
pkgg.generate(
|
||||
libraries : [lib, '-lz'],
|
||||
subdirs : '.',
|
||||
version : libver,
|
||||
name : 'libsimple',
|
||||
filebase : 'simple',
|
||||
description : 'A simple demo library.',
|
||||
variables : [ 'prefix=/tmp/' ]
|
||||
)
|
||||
Reference in New Issue
Block a user