瀏覽代碼

cxxopts needs less ancient gcc

Ref.: https://github.com/naelstrof/slop/issues/86#issuecomment-328479278
Alois Mahdal 6 年之前
父節點
當前提交
8aff068968
共有 1 個檔案被更改,包括 1 行新增1 行删除
  1. 1
    1
      slop.spec.in

+ 1
- 1
slop.spec.in 查看文件

@@ -7,7 +7,7 @@ URL:        https://github.com/naelstrof/slop
7 7
 License:    GPLv3
8 8
 Source0:    __APP_URLBASE__/archive/v%{version}.tar.gz
9 9
 
10
-BuildRequires: gcc-c++
10
+BuildRequires: gcc-c++ >= 4.9
11 11
 BuildRequires: cmake
12 12
 BuildRequires: glew-devel
13 13
 BuildRequires: glm-devel