summaryrefslogtreecommitdiff
path: root/third_party/waf/waflib/extras/local_rpath.py
diff options
context:
space:
mode:
Diffstat (limited to 'third_party/waf/waflib/extras/local_rpath.py')
-rw-r--r--third_party/waf/waflib/extras/local_rpath.py5
1 files changed, 5 insertions, 0 deletions
diff --git a/third_party/waf/waflib/extras/local_rpath.py b/third_party/waf/waflib/extras/local_rpath.py
index 8942e97708f..6020b45f7a9 100644
--- a/third_party/waf/waflib/extras/local_rpath.py
+++ b/third_party/waf/waflib/extras/local_rpath.py
@@ -1,5 +1,9 @@
#! /usr/bin/env python
# encoding: utf-8
+# WARNING! Do not edit! https://waf.io/book/index.html#_obtaining_the_waf_file
+
+#! /usr/bin/env python
+# encoding: utf-8
# Thomas Nagy, 2011 (ita)
from waflib.TaskGen import after_method, feature
@@ -16,3 +20,4 @@ def add_rpath_stuff(self):
continue
self.env.append_value('RPATH', tg.link_task.outputs[0].parent.abspath())
all.extend(self.to_list(getattr(tg, 'use', [])))
+