Skip to content

Commit 6e15b7c

Browse files
smcvTTimo
authored andcommitted
build-runtime: Make it clearer that this is not used for sniper, etc.
Resolves: #737 Signed-off-by: Simon McVittie <[email protected]>
1 parent 1ff0583 commit 6e15b7c

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

build-runtime.py

+5
Original file line numberDiff line numberDiff line change
@@ -287,6 +287,11 @@ def parse_args():
287287
if not args.architectures:
288288
args.architectures = list(DEFAULT_ARCHITECTURES)
289289

290+
if args.suite not in ('scout', 'scout_beta'):
291+
parser.error(
292+
'This script is only used for the scout LD_LIBRARY_PATH runtime'
293+
)
294+
290295
if not args.packages_from and not args.metapackages:
291296
args.metapackages = ['steamrt-ld-library-path', 'steamrt-libs']
292297

0 commit comments

Comments
 (0)