fix: noconfirm auto-selects first AUR match
This commit is contained in:
@@ -0,0 +1,2 @@
|
||||
e = executable('rust-program2', 'prog.rs', install : true)
|
||||
test('rusttest2', e)
|
||||
@@ -0,0 +1,3 @@
|
||||
fn main() {
|
||||
println!("rust compiler is working");
|
||||
}
|
||||
Reference in New Issue
Block a user