1
0
Fork 0

[meson] Check header execinfo.h

This commit is contained in:
Witold Filipczyk 2024-04-17 15:53:08 +02:00
parent 98e82717ea
commit 49ef584853
1 changed files with 4 additions and 0 deletions

View File

@ -352,6 +352,10 @@ if compiler.has_header('term.h')
conf_data.set('HAVE_TERM_H', 1)
endif
if compiler.has_header('execinfo.h')
conf_data.set('HAVE_EXECINFO_H', 1)
endif
if conf_data.get('CONFIG_OS_WIN32') and compiler.has_header('windows.h')
conf_data.set('HAVE_WINDOWS_H', 1)
endif