Skip to content

Commit

Permalink
build-runtime: Make it clearer that this is not used for sniper, etc.
Browse files Browse the repository at this point in the history
Resolves: #737
Signed-off-by: Simon McVittie <smcv@collabora.com>
  • Loading branch information
smcv authored and TTimo committed Jan 28, 2025
1 parent 1ff0583 commit 6e15b7c
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions build-runtime.py
Original file line number Diff line number Diff line change
Expand Up @@ -287,6 +287,11 @@ def parse_args():
if not args.architectures:
args.architectures = list(DEFAULT_ARCHITECTURES)

if args.suite not in ('scout', 'scout_beta'):
parser.error(
'This script is only used for the scout LD_LIBRARY_PATH runtime'
)

if not args.packages_from and not args.metapackages:
args.metapackages = ['steamrt-ld-library-path', 'steamrt-libs']

Expand Down

0 comments on commit 6e15b7c

Please sign in to comment.