commit e74a5f67290e789fca4848c3e36a8a2c711b6eb1
Author: Leigh Scott <leigh123linux(a)gmail.com>
Date: Wed Oct 14 14:08:58 2020 +0100
Remove el8 hack
obs-studio.spec | 5 +----
1 file changed, 1 insertion(+), 4 deletions(-)
---
diff --git a/obs-studio.spec b/obs-studio.spec
index 918369a..7c8fe9c 100644
--- a/obs-studio.spec
+++ b/obs-studio.spec
@@ -89,10 +89,7 @@ sed -i 's|OBS_MULTIARCH_SUFFIX|LIB_SUFFIX|g'
cmake/Modules/ObsHelpers.cmake
%build
%cmake3 -DOBS_VERSION_OVERRIDE=%{version} \
-DUNIX_STRUCTURE=1 -GNinja \
- -DOpenGL_GL_PREFERENCE=GLVND \
-%if 0%{?rhel}
- -S . -B %{_target_platform}
-%endif
+ -DOpenGL_GL_PREFERENCE=GLVND
%cmake3_build