11 lines
243 B
Diff
11 lines
243 B
Diff
|
--- siputils.py
|
||
|
+++ siputils.py
|
||
|
@@ -737,6 +737,7 @@ class Makefile:
|
||
|
rpaths is the cannonical list of rpaths.
|
||
|
"""
|
||
|
flags = []
|
||
|
+ return flags
|
||
|
prefix = self.optional_string("RPATH")
|
||
|
|
||
|
if prefix:
|