6 lines
84 B
Bash
6 lines
84 B
Bash
|
|
#!/bin/bash
|
||
|
|
|
||
|
|
rm -rf _build
|
||
|
|
meson _build -Dwith-drm=disabled
|
||
|
|
meson compile -C _build
|