Skip to content

Commit de37324

Browse files
keithxwu
andauthored
Update utils/build-script
Co-authored-by: Xiaodi Wu <[email protected]>
1 parent cff9b37 commit de37324

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

utils/build-script

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1165,7 +1165,8 @@ def main_preset():
11651165
"build-presets.ini")
11661166
]
11671167

1168-
user_presets_file = os.path.join(os.getenv("HOME", "/"), '.swift-build-presets')
1168+
user_presets_file = os.path.join(os.getenv("HOME", "/"),
1169+
'.swift-build-presets')
11691170
if os.path.isfile(user_presets_file):
11701171
args.preset_file_names.append(user_presets_file)
11711172

0 commit comments

Comments
 (0)