mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-03-01 00:35:43 +00:00
Fix the Win32 build
llvm-svn: 19088
This commit is contained in:
parent
7831fed54e
commit
7163c79397
@ -315,7 +315,7 @@ static void EmitShellScript(char **argv) {
|
||||
std::cerr << "Could not find llvm-stub.exe executable!\n";
|
||||
exit(1);
|
||||
}
|
||||
sys::CopyFile(sys::PatheOutputFilename), sys::Path(llvmstub));
|
||||
sys::CopyFile(sys::Path(OutputFilename), sys::Path(llvmstub));
|
||||
return;
|
||||
#endif
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user