fix: noconfirm auto-selects first AUR match
This commit is contained in:
+5
@@ -0,0 +1,5 @@
|
||||
project('pch', 'c')
|
||||
# It is not allowed to have the PCH implementation in a different
|
||||
# folder than the header.
|
||||
exe = executable('prog', 'prog.c',
|
||||
c_pch : ['include/pch.h', 'src/pch.c'])
|
||||
Reference in New Issue
Block a user