engine: platform: posix: add libbacktrace support for crash handler

This commit is contained in:
Alibek Omarov
2025-02-09 15:42:28 +03:00
parent 960d724828
commit 774d2ac28a
5 changed files with 377 additions and 3 deletions

View File

@@ -136,7 +136,7 @@ def build(bld):
# public includes for renderers and utils use
bld(name = 'engine_includes', export_includes = '. common common/imagelib', use = 'filesystem_includes')
libs = ['engine_includes', 'public', 'dllemu', 'werror']
libs = ['engine_includes', 'public', 'dllemu', 'werror', 'libbacktrace']
includes = ['server', 'client', 'client/vgui', 'common/soundlib']
# basic build: dedicated only