mirror of
https://github.com/wolfpld/tracy
synced 2025-05-01 13:13:53 +00:00
fix compilation for Ubuntu MinGW
version had to be set to 7 minimum.
This commit is contained in:
parent
37aff70dfa
commit
470b0934a6
@ -95,6 +95,10 @@ endif
|
|||||||
|
|
||||||
threads_dep = dependency('threads')
|
threads_dep = dependency('threads')
|
||||||
|
|
||||||
|
if host_machine.system() == 'windows'
|
||||||
|
add_project_arguments('-DWINVER=0x0601', '-D_WIN32_WINNT=0x0601', language: 'cpp')
|
||||||
|
endif
|
||||||
|
|
||||||
includes = [
|
includes = [
|
||||||
'public/tracy/TracyC.h',
|
'public/tracy/TracyC.h',
|
||||||
'public/tracy/Tracy.hpp',
|
'public/tracy/Tracy.hpp',
|
||||||
|
Loading…
x
Reference in New Issue
Block a user