Skip to content
Snippets Groups Projects

Add checks for brokenness in the Steam installation or Steam Runtime

Merged Simon McVittie requested to merge wip/t16071 into master
Files
3
@@ -60,8 +60,6 @@ libsteamrt = library(
'steam-runtime-tools-' + api_major,
libsteamrt_sources + libsteamrt_public_headers + enums,
c_args : [
'-D_BSD_SOURCE',
'-D_DEFAULT_SOURCE',
'-DG_LOG_DOMAIN="' + meson.project_name() + '"',
'-D_SRT_COMPILATION',
'-D_SRT_SONAME="libsteam-runtime-tools-' + api_major + '.so.' + abi_major + '"',
Loading