mirror of
https://github.com/doitsujin/dxvk.git
synced 2025-01-31 05:52:11 +01:00
Workaround for C++ STD not being set on MSVC/Visual Studio 2017 (#304)
This commit is contained in:
parent
8eb78591a0
commit
cfd3723221
@ -10,6 +10,10 @@ else
|
|||||||
dxvk_cpp_std='c++1z'
|
dxvk_cpp_std='c++1z'
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
if dxvk_compiler.get_id() == 'msvc'
|
||||||
|
add_global_arguments('/std:' + dxvk_cpp_std, language : 'cpp')
|
||||||
|
endif
|
||||||
|
|
||||||
dxvk_include_path = include_directories('./include')
|
dxvk_include_path = include_directories('./include')
|
||||||
|
|
||||||
if (cpu_family == 'x86_64')
|
if (cpu_family == 'x86_64')
|
||||||
|
Loading…
x
Reference in New Issue
Block a user