File tree Expand file tree Collapse file tree 1 file changed +7
-6
lines changed Expand file tree Collapse file tree 1 file changed +7
-6
lines changed Original file line number Diff line number Diff line change @@ -1150,12 +1150,13 @@ config.substitutions.append(('%sftp-server',
1150
1150
1151
1151
1152
1152
if not getattr (config , 'target_run_simple_swift' , None ):
1153
- config .target_run_simple_swift_parameterized = (
1154
- '%%empty-directory(%%t) && '
1155
- '%s %s %%s \\ 1 -o %%t/a.out -module-name main && '
1156
- '%s %%t/a.out &&'
1157
- '%s %%t/a.out'
1158
- % (config .target_build_swift , mcp_opt , config .target_codesign , config .target_run ))
1153
+ config .target_run_simple_swift_parameterized = \
1154
+ (SubstituteCaptures ('%%empty-directory(%%t) && '
1155
+ '%s %s %%s \\ 1 -o %%t/a.out -module-name main && '
1156
+ '%s %%t/a.out &&'
1157
+ '%s %%t/a.out' % (config .target_build_swift ,
1158
+ mcp_opt , config .target_codesign ,
1159
+ config .target_run )))
1159
1160
config .target_run_simple_swift = (
1160
1161
'%%empty-directory(%%t) && '
1161
1162
'%s %s %%s -o %%t/a.out -module-name main && '
You can’t perform that action at this time.
0 commit comments