Blob Blame History Raw
diff -rupN sip-4.19.9.dev1805261119/siputils.py sip-4.19.9.dev1805261119-new/siputils.py
--- sip-4.19.9.dev1805261119/siputils.py	2018-06-01 21:28:29.243744495 +0200
+++ sip-4.19.9.dev1805261119-new/siputils.py	2018-06-01 21:28:29.247744495 +0200
@@ -436,7 +436,7 @@ class Makefile:
             if l_dir in ("", ".", ".."):
                 continue
 
-            rpaths.append(l)
+            #rpaths.append(l)
 
         if self._python:
             incdir.append(self.config.py_inc_dir)
@@ -613,7 +613,7 @@ class Makefile:
             # Handle library directories.
             libdir_qt = self.optional_list("LIBDIR_QT")
             libdir.extend(libdir_qt)
-            rpaths.extend(libdir_qt)
+            #rpaths.extend(libdir_qt)
 
             if qt_version >= 0x040000:
                 # Try and read QT_LIBINFIX from qconfig.pri.