File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -2938,7 +2938,7 @@ config.substitutions.append(('%target-run-stdlib-swift', config.target_run_stdli
2938
2938
config .substitutions .append (('%target-repl-run-simple-swift' , subst_target_repl_run_simple_swift ))
2939
2939
config .substitutions .append (('%target-run' , config .target_run ))
2940
2940
config .substitutions .append (('%target-jit-run' , subst_target_jit_run ))
2941
- config .substitutions .append (('%target-build-swift-dylib\(([^)]+?)([^/()]+)\)' , config .target_build_swift_dylib ))
2941
+ config .substitutions .append (('%target-build-swift-dylib\(([^)]+?)([^/\\ ()]+)\)' , config .target_build_swift_dylib ))
2942
2942
config .substitutions .append (('%target-codesign' , config .target_codesign ))
2943
2943
config .substitutions .append (('%target-build-swift' , config .target_build_swift ))
2944
2944
config .substitutions .append (('%target-clang' , config .target_clang ))
You can’t perform that action at this time.
0 commit comments