fix: noconfirm auto-selects first AUR match
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
project('linkingjava', 'java')
|
||||
|
||||
subdir('sub')
|
||||
|
||||
javaprog = jar('myprog', 'com/mesonbuild/Linking.java',
|
||||
main_class : 'com.mesonbuild.Linking',
|
||||
link_with : simplelib)
|
||||
test('mytest', javaprog)
|
||||
Reference in New Issue
Block a user