Skip to content
Snippets Groups Projects
Verified Commit 5425d21d authored by rahix's avatar rahix
Browse files

fix(build): Fix another meson version issue ...


Signed-off-by: default avatarRahix <rahix@rahix.de>
parent 7a420d3e
No related branches found
No related tags found
No related merge requests found
...@@ -27,7 +27,8 @@ add_global_link_arguments( ...@@ -27,7 +27,8 @@ add_global_link_arguments(
language: 'c', language: 'c',
) )
python3 = import('python').find_installation('python3') # python3 = import('python').find_installation('python3')
python3 = 'python3'
subdir('lib/') subdir('lib/')
subdir('bootloader/') subdir('bootloader/')
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment