mirror of
https://github.com/wolfpld/tracy.git
synced 2024-11-10 10:41:50 +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')
|
||||
|
||||
if host_machine.system() == 'windows'
|
||||
add_project_arguments('-DWINVER=0x0601', '-D_WIN32_WINNT=0x0601', language: 'cpp')
|
||||
endif
|
||||
|
||||
includes = [
|
||||
'public/tracy/TracyC.h',
|
||||
'public/tracy/Tracy.hpp',
|
||||
|
Loading…
Reference in New Issue
Block a user