Skip to content

Commit

Permalink
Add missing -p to cargo invocation
Browse files Browse the repository at this point in the history
  • Loading branch information
tronical authored Oct 16, 2024
1 parent ee7ac8b commit 827c8fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion recipes-example/slint-demos/slint-demos_git.bb
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ do_compile:prepend() {
}
do_compile:append() {
for p in printerdemo gallery opengl_texture opengl_underlay energy-monitor; do
cargo build ${CARGO_BUILD_FLAGS} $p
cargo build ${CARGO_BUILD_FLAGS} -p $p
done
rm -f "${CARGO_BINDIR}"/*.so
rm -f "${CARGO_BINDIR}"/*.rlib
Expand Down

0 comments on commit 827c8fa

Please sign in to comment.