mirror of
https://gitlab.freedesktop.org/libfprint/libfprint.git
synced 2025-11-15 07:38:12 +00:00
build: Don't hardcode /bin/echo
So that the shell builtin is used instead when available.
This commit is contained in:
committed by
Bastien Nocera
parent
823f2c1067
commit
5b615e33a0
@@ -142,7 +142,7 @@ libfprint_sources += configure_file(input: 'empty_file',
|
|||||||
output: 'drivers_definitions.h',
|
output: 'drivers_definitions.h',
|
||||||
capture: true,
|
capture: true,
|
||||||
command: [
|
command: [
|
||||||
'/bin/echo',
|
'echo',
|
||||||
drivers_struct_list
|
drivers_struct_list
|
||||||
])
|
])
|
||||||
|
|
||||||
@@ -150,7 +150,7 @@ libfprint_sources += configure_file(input: 'empty_file',
|
|||||||
output: 'drivers_arrays.h',
|
output: 'drivers_arrays.h',
|
||||||
capture: true,
|
capture: true,
|
||||||
command: [
|
command: [
|
||||||
'/bin/echo',
|
'echo',
|
||||||
drivers_primitive_array + '\n\n' + drivers_img_array
|
drivers_primitive_array + '\n\n' + drivers_img_array
|
||||||
])
|
])
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user