This commit is contained in:
Евгений Храмов 2023-04-23 12:54:01 +03:00
parent 7709f5a0be
commit d6da707a56

@ -23,6 +23,7 @@ prepare() {
} }
build() { build() {
cd "${srcdir}/obs-vkcapture"
cmake -DCMAKE_INSTALL_PREFIX=/usr .. cmake -DCMAKE_INSTALL_PREFIX=/usr ..
make make
make install make install