Kaydet (Commit) 19d48415 authored tarafından sulincix's avatar sulincix

mesontools fixes

üst 7016a231
#!/bin/bash
fn_exists(){
LC_ALL=C type $1 | grep -q 'shell function' &>/dev/null
LC_ALL=C type $1 2>/dev/null | grep -q 'shell function' &>/dev/null
}
is_target(){
return [ "$TARGET" == "$1" ]
......
......@@ -5,7 +5,7 @@ if [ "$BuildType" == "meson" ] ; then
}
_build(){
ninja -c build
ninja -C build
}
_install(){
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment