From 56dfcc46d55cd662eb18d3ab3395e07ddba01073 Mon Sep 17 00:00:00 2001 From: benklett Date: Wed, 31 Jan 2018 10:45:00 +0100 Subject: [PATCH] Remove cmake workaround for luajit I cannot reproduce the build error anymore. That's why I removed the luajit wokaround. --- PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/PKGBUILD b/PKGBUILD index 8ba33c8..ad60730 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -4,7 +4,7 @@ # Contributor: ledti 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