File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -1945,7 +1945,7 @@ def configure_remote_run():
1945
1945
"/usr/bin/env " +
1946
1946
construct_library_path_env (remote_run_lib_path ) +
1947
1947
"'{0}'/remote-run " .format (config .swift_utils ) +
1948
- "--input-prefix '{0}' " .format (config .src_root ) +
1948
+ "--input-prefix '{0}' " .format (config .swift_src_root ) +
1949
1949
"--output-prefix %t " +
1950
1950
"--remote-dir '{0}'%t " .format (remote_tmp_dir ) +
1951
1951
"{0} " .format (' ' .join (remote_run_extra_args )) +
@@ -2148,7 +2148,7 @@ if run_vendor != 'apple':
2148
2148
if libdispatch_path is not None :
2149
2149
target_stdlib_path .append (libdispatch_path )
2150
2150
2151
- if 'remote-run-host ' in lit_config .params :
2151
+ if 'remote_run_host ' in lit_config .params :
2152
2152
configure_remote_run ()
2153
2153
elif not kIsWindows :
2154
2154
if 'use_os_stdlib' in lit_config .params :
You can’t perform that action at this time.
0 commit comments