mirror of
https://github.com/intel/llvm.git
synced 2026-01-17 06:40:01 +08:00
Fix typo in make_symlink after r229517. It fixes symlinks on a UNIX style platform.
llvm-svn: 229674
This commit is contained in:
@@ -326,7 +326,6 @@ def make_symlink( vDictArgs, vstrFrameworkPythonDir, vstrSrcFile, vstrTargetFile
|
||||
print strMsgSymlinkExists % vstrTargetFile;
|
||||
if bDbg:
|
||||
print strMsgSymlinkMk % (vstrTargetFile, strSrc, strTarget);
|
||||
return (bOk, strErrMsg);
|
||||
bOk, strErrMsg = make_symlink_other_platforms( strSrc,
|
||||
strTarget );
|
||||
|
||||
|
||||
Reference in New Issue
Block a user