forked from pool/python-sip4
5f59fa154f
OBS-URL: https://build.opensuse.org/request/show/843970 OBS-URL: https://build.opensuse.org/package/show/KDE:Qt5/python-sip4?expand=0&rev=1
13 lines
322 B
Diff
13 lines
322 B
Diff
diff --git a/siputils.py b/siputils.py
|
|
index a29300d..df58650 100644
|
|
--- a/siputils.py
|
|
+++ b/siputils.py
|
|
@@ -927,6 +927,7 @@ class Makefile:
|
|
rpaths is the cannonical list of rpaths.
|
|
"""
|
|
flags = []
|
|
+ return flags
|
|
prefix = self.optional_string("RPATH")
|
|
|
|
if prefix == "":
|