mirror of
https://github.com/wolfpld/tracy
synced 2025-04-30 20:53:52 +00:00
Merge pull request #638 from neheb/patch-1
fix compilation for Ubuntu MinGW
This commit is contained in:
commit
5c15866771
@ -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