diff options
Diffstat (limited to 'lldb/scripts/Python/finish-swig-Python-LLDB.sh')
-rwxr-xr-x | lldb/scripts/Python/finish-swig-Python-LLDB.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lldb/scripts/Python/finish-swig-Python-LLDB.sh b/lldb/scripts/Python/finish-swig-Python-LLDB.sh index 1a5b96285c9..2e286a632cc 100755 --- a/lldb/scripts/Python/finish-swig-Python-LLDB.sh +++ b/lldb/scripts/Python/finish-swig-Python-LLDB.sh @@ -157,7 +157,7 @@ then if [ $MakefileCalled -eq 0 ] then ln -s "../../../LLDB" _lldb.so - else + else ln -s "../../../liblldb${SOEXT}" _lldb.so fi else |