Skip to content

Commit 0cbe527

Browse files
committed
Fix small typos/issues
* Fix BBB reorg bitrot * Fix message wording * Use `meson install` instead of `ninja install -v` as that's not portable across `ninja` versions
1 parent ed3e6db commit 0cbe527

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/runtests.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ install_license ${WORKSPACE}/srcdir/libfoo/LICENSE.md
4747
libfoo_meson_script = raw"""
4848
mkdir ${WORKSPACE}/srcdir/libfoo/build && cd ${WORKSPACE}/srcdir/libfoo/build
4949
meson .. -Dprefix=${prefix} --cross-file="${MESON_TARGET_TOOLCHAIN}"
50-
ninja install -v
50+
meson install
5151
5252
# grumble grumble meson! Why do you go to all the trouble to build it properly
5353
# in `build`, then screw it up when you `install` it?! Silly willy.

0 commit comments

Comments
 (0)