We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ed3e6db commit 0cbe527Copy full SHA for 0cbe527
test/runtests.jl
@@ -47,7 +47,7 @@ install_license ${WORKSPACE}/srcdir/libfoo/LICENSE.md
47
libfoo_meson_script = raw"""
48
mkdir ${WORKSPACE}/srcdir/libfoo/build && cd ${WORKSPACE}/srcdir/libfoo/build
49
meson .. -Dprefix=${prefix} --cross-file="${MESON_TARGET_TOOLCHAIN}"
50
-ninja install -v
+meson install
51
52
# grumble grumble meson! Why do you go to all the trouble to build it properly
53
# in `build`, then screw it up when you `install` it?! Silly willy.
0 commit comments