3rdparty: add library_suffix subproject

This commit is contained in:
Alibek Omarov
2025-11-11 06:36:47 +05:00
parent 65514b73fd
commit d9150734c9
3 changed files with 5 additions and 0 deletions

View File

@@ -84,6 +84,7 @@ SUBDIRS = [
Subproject('filesystem'),
Subproject('stub/server'),
Subproject('3rdparty/libbacktrace'),
Subproject('3rdparty/library_suffix'),
# disable only by engine feature, makes no sense to even parse subprojects in dedicated mode
Subproject('3rdparty/extras', lambda x: x.env.CLIENT and x.env.DEST_OS != 'android'),