mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-10-29 05:40:27 -04:00
11 lines
160 B
Bash
Executable file
11 lines
160 B
Bash
Executable file
#!/bin/sh
|
|
|
|
# Only there to make jhbuild happy
|
|
|
|
git submodule init
|
|
git submodule update
|
|
|
|
rm -rf ./build
|
|
mkdir build
|
|
meson build $@
|
|
ln -s build/Makefile Makefile
|