mirror of
https://github.com/doitsujin/dxvk.git
synced 2025-02-20 10:54:16 +01:00
[meta] Use -std=c++17
Realistically, there is no way to build recent versions of DXVK anymore with a compiler that doesn't have C++17 support. GCC 8.x (maybe 7.x?) or Clang 5.x should support this.
This commit is contained in:
parent
b0552751ad
commit
2466992549
@ -9,7 +9,7 @@ if dxvk_compiler.get_id() == 'msvc'
|
|||||||
dxvk_cpp_std='c++latest'
|
dxvk_cpp_std='c++latest'
|
||||||
dxvk_msvc=true
|
dxvk_msvc=true
|
||||||
else
|
else
|
||||||
dxvk_cpp_std='c++1z'
|
dxvk_cpp_std='c++17'
|
||||||
dxvk_msvc=false
|
dxvk_msvc=false
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user