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