[swig] Fix some typos in the build scripts.

Reviewers: zturner, ki.stfu

Reviewed By: zturner, ki.stfu

Subscribers: ki.stfu, lldb-commits

Differential Revision: http://reviews.llvm.org/D7912

llvm-svn: 230706
This commit is contained in:
Bruce Mitchener
2015-02-26 23:53:49 +00:00
parent bee2099c49
commit 44949ff3e1
2 changed files with 3 additions and 3 deletions

View File

@@ -298,7 +298,7 @@ def make_symlink( vDictArgs, vstrFrameworkPythonDir, vstrSrcFile, vstrTargetFile
return (bOk, strErrMsg);
else:
# Resolve vstrSrcFile path relatively the build directory
stdBuildDir = "";
strBuildDir = "";
if eOSType == utilsOsType.EnumOsType.Windows:
# On a Windows platform the vstrFrameworkPythonDir looks like:
# llvm\\build\\Lib\\site-packages\\lldb