diff options
author | Bruce Mitchener <bruce.mitchener@gmail.com> | 2015-02-26 23:53:49 +0000 |
---|---|---|
committer | Bruce Mitchener <bruce.mitchener@gmail.com> | 2015-02-26 23:53:49 +0000 |
commit | 44949ff3e125dcc4be58e38fc822e24558eb55cc (patch) | |
tree | 8b09038e2d3288bf39e9e3bce0d26062a1dbaa10 /lldb/scripts/Python/finishSwigPythonLLDB.py | |
parent | bee2099c494ecad3d3a1e90d7f8974941dc09e38 (diff) | |
download | llvm-44949ff3e125dcc4be58e38fc822e24558eb55cc.zip llvm-44949ff3e125dcc4be58e38fc822e24558eb55cc.tar.gz llvm-44949ff3e125dcc4be58e38fc822e24558eb55cc.tar.bz2 |
[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
Diffstat (limited to 'lldb/scripts/Python/finishSwigPythonLLDB.py')
-rw-r--r-- | lldb/scripts/Python/finishSwigPythonLLDB.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lldb/scripts/Python/finishSwigPythonLLDB.py b/lldb/scripts/Python/finishSwigPythonLLDB.py index a145d88..98f774d 100644 --- a/lldb/scripts/Python/finishSwigPythonLLDB.py +++ b/lldb/scripts/Python/finishSwigPythonLLDB.py @@ -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 |