Skip to content

Commit eb024e0

Browse files
Fix GH_001923_filesystem_long_path_support/custombuild.pl for the MSVC-internal test harness (#5799)
1 parent 249cb01 commit eb024e0

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tests/std/tests/GH_001923_filesystem_long_path_support/custombuild.pl

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ ()
1010
{
1111
my $cwd = Run::GetCWDName();
1212

13-
Run::ExecuteCL(join(" ", "test.cpp", "/Fe$cwd.exe", "/link", "/MANIFESTINPUT:long_path_aware.manifest"));
13+
Run::ExecuteCL("/c test.cpp");
14+
Run::ExecuteLink("/MANIFESTINPUT:long_path_aware.manifest /OUT:$cwd.exe test.obj");
1415
}
1516
1

0 commit comments

Comments
 (0)