mirror of
https://github.com/flightlessmango/MangoHud.git
synced 2024-11-04 06:00:23 +00:00
windows: don't include intel.cpp
This commit is contained in:
parent
cee7b8b601
commit
d5ca00717e
@ -44,8 +44,8 @@ vklayer_files = files(
|
||||
'gpu.cpp',
|
||||
'blacklist.cpp',
|
||||
'file_utils.cpp',
|
||||
'intel.cpp'
|
||||
)
|
||||
|
||||
opengl_files = []
|
||||
if ['windows', 'mingw'].contains(host_machine.system())
|
||||
vklayer_files += files(
|
||||
@ -73,7 +73,8 @@ if is_unixy
|
||||
'battery.cpp',
|
||||
'control.cpp',
|
||||
'gamepad.cpp',
|
||||
'amdgpu.cpp'
|
||||
'amdgpu.cpp',
|
||||
'intel.cpp'
|
||||
)
|
||||
|
||||
opengl_files = files(
|
||||
|
Loading…
Reference in New Issue
Block a user