2018-10-22 07:00:23 +02:00
|
|
|
diff --git a/siputils.py b/siputils.py
|
|
|
|
index a29300d..df58650 100644
|
2016-07-04 16:04:10 +02:00
|
|
|
--- a/siputils.py
|
|
|
|
+++ b/siputils.py
|
2018-10-22 07:00:23 +02:00
|
|
|
@@ -927,6 +927,7 @@ class Makefile:
|
2007-04-12 18:15:15 +02:00
|
|
|
rpaths is the cannonical list of rpaths.
|
|
|
|
"""
|
|
|
|
flags = []
|
|
|
|
+ return flags
|
|
|
|
prefix = self.optional_string("RPATH")
|
|
|
|
|
2010-10-25 15:34:04 +02:00
|
|
|
if prefix == "":
|