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/prepare
Executable file
10
build/dobuild-extensions/meson/prepare
Executable file
@@ -0,0 +1,10 @@
|
||||
#!/bin/sh
|
||||
|
||||
. DoBuildFiles/generic.properties
|
||||
|
||||
rm -rf meson
|
||||
|
||||
[ -z "$VERBOSE" ] || set -x
|
||||
|
||||
exec meson setup --buildtype "$VARIANT" "${PWD}/meson" "$PROJECTDIR" "$@"
|
||||
|
||||
Reference in New Issue
Block a user