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