massively expand steam api

This commit is contained in:
2025-07-17 20:28:47 -05:00
parent e677832b12
commit 881407a64f
8 changed files with 2829 additions and 59 deletions

View File

@@ -267,8 +267,12 @@ else
deps += qr_dep
endif
# Storefront SDK support
storefront = get_option('storefront')
# Always build for Steam unless it's Emscripten
if host_machine.system() == 'emscripten'
storefront = 'none'
else
storefront = 'steam'
endif
if storefront == 'steam'
steam_sdk_path = meson.current_source_dir() / 'sdk'