Skip to content
Snippets Groups Projects
Commit 0ba1108c authored by François Revol's avatar François Revol
Browse files

build: Fix Meson warning about missing setup subcommand

WARNING: Running the setup command as `meson [options]`
instead of `meson setup [options]` is ambiguous and deprecated.
parent 71be1dde
Branches
No related tags found
No related merge requests found
...@@ -7,7 +7,7 @@ test -d build/ && rm -r build/ ...@@ -7,7 +7,7 @@ test -d build/ && rm -r build/
# Get external libs (MicroPython, tiny-AES-c, SHA256) # Get external libs (MicroPython, tiny-AES-c, SHA256)
git submodule deinit --all git submodule deinit --all
git submodule update --init ./lib git submodule update --init ./lib
meson --cross-file card10-cross.ini build/ "$@" meson setup --cross-file card10-cross.ini build/ "$@"
set +x set +x
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment