Merge pull request #638 from neheb/patch-1

fix compilation for Ubuntu MinGW
This commit is contained in:
Bartosz Taudul 2023-10-17 11:31:43 +02:00 committed by GitHub
commit 5c15866771
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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',