mirror of
https://github.com/luzifer-aur/obs-studio-browser.git
synced 2024-11-09 22:00:04 +00:00
Remove cmake workaround for luajit
I cannot reproduce the build error anymore. That's why I removed the luajit wokaround.
This commit is contained in:
parent
eb375fcbbd
commit
56dfcc46d5
1 changed files with 2 additions and 2 deletions
4
PKGBUILD
4
PKGBUILD
|
@ -4,7 +4,7 @@
|
|||
# Contributor: ledti <antergist at gmail dot com>
|
||||
|
||||
pkgname=obs-studio-git
|
||||
pkgver=21.0.2.r0.g6ed55995
|
||||
pkgver=21.0.2.r12.gc87597f7
|
||||
pkgrel=1
|
||||
pkgdesc="Free and open source software for video recording and live streaming."
|
||||
arch=("i686" "x86_64")
|
||||
|
@ -26,6 +26,7 @@ conflicts=("obs-studio")
|
|||
source=("$pkgname::git+https://github.com/jp9000/obs-studio.git#branch=master"
|
||||
"git+https://github.com/Mixer/ftl-sdk.git")
|
||||
md5sums=("SKIP" "SKIP")
|
||||
options=(!ccache)
|
||||
|
||||
pkgver() {
|
||||
cd $pkgname
|
||||
|
@ -45,7 +46,6 @@ build() {
|
|||
|
||||
cmake \
|
||||
-DCMAKE_INSTALL_PREFIX=/usr \
|
||||
-DLUAJIT_INCLUDE_DIR=/usr/include/luajit-2.0 \
|
||||
-DOBS_VERSION_OVERRIDE=$pkgver ..
|
||||
|
||||
make
|
||||
|
|
Loading…
Reference in a new issue