massively expand steam api
This commit is contained in:
@@ -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'
|
||||
|
||||
|
||||
Reference in New Issue
Block a user