mirror of
https://github.com/falk-werner/webfuse-provider
synced 2024-10-27 20:44:10 +00:00
11 lines
164 B
Plaintext
11 lines
164 B
Plaintext
|
#!/bin/sh
|
||
|
|
||
|
. DoBuildFiles/generic.properties
|
||
|
|
||
|
rm -rf meson
|
||
|
|
||
|
[ -z "$VERBOSE" ] || set -x
|
||
|
|
||
|
exec meson setup --buildtype "$VARIANT" "${PWD}/meson" "$PROJECTDIR" "$@"
|
||
|
|