Skip to content

Commit 98c01d6

Browse files
committed
Fix utils/build-script unbound variable.
Fix error introduced in #29997. Todo: minimize utils/build-script diff with master branch.
1 parent d084d87 commit 98c01d6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

utils/build-script

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1160,6 +1160,7 @@ def main_preset():
11601160
if not args.preset:
11611161
fatal_error("missing --preset option")
11621162

1163+
args.preset_substitutions = {}
11631164
for arg in args.preset_substitutions_raw:
11641165
name, value = arg.split("=", 1)
11651166
args.preset_substitutions[name] = value

0 commit comments

Comments
 (0)