diff --git a/scripts/Python/finish-swig-Python-LLDB.sh b/scripts/Python/finish-swig-Python-LLDB.sh
index 2e9807a..2799d16 100755
--- a/scripts/Python/finish-swig-Python-LLDB.sh
+++ b/scripts/Python/finish-swig-Python-LLDB.sh
@@ -157,7 +157,7 @@ then
     then
         ln -s "../../../LLDB" _lldb.so
     else
-        ln -s "../../liblldb${SOEXT}" _lldb.so
+        ln -s "../../liblldb${SOEXT}" ../_lldb.so
     fi
 else
     if [ $Debug -eq 1 ]
