mirror of
https://github.com/falk-werner/webfuse-provider
synced 2026-03-02 04:09:18 +00:00
switched build to meson
This commit is contained in:
10
build/dobuild-extensions/meson/ninja_adapter
Executable file
10
build/dobuild-extensions/meson/ninja_adapter
Executable file
@@ -0,0 +1,10 @@
|
||||
#!/bin/sh
|
||||
|
||||
. DoBuildFiles/generic.properties
|
||||
|
||||
set -- "$@" -C "${PWD}/meson"
|
||||
{ [ -z "$BUILDVERBOSE" ] && [ -z "$TESTVERBOSE" ]; } || set -- -v "$@"
|
||||
[ -z "$VERBOSE" ] || set -x
|
||||
|
||||
exec ninja -j"$NPROC" "$@"
|
||||
|
||||
Reference in New Issue
Block a user