Kaydet (Commit) c23f6432 authored tarafından Your Name's avatar Your Name

function declaration fix

üst 381867d8
......@@ -3,15 +3,6 @@ if [ "$(ls -F $WORKDIR | grep \/$ | wc -l)" == "1" ] ; then
export WORKDIR="$WORKDIR/$(ls -F $WORKDIR | grep \/$)"
fi
info "Single source detected: new workdir => $WORKDIR"
_setup(){
true
}
_build(){
true
}
_install(){
true
}
if [ "$BuildType" != "" ] ; then
info "Build Type found."
elif [ -f "$WORKDIR/meson.build" ] ; then
......
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