third_party:waf: update to upstream 2.0.4 release
[vlendec/samba-autobuild/.git] / third_party / waf / waflib / extras / local_rpath.py
index 8942e97708f762cdd84f3386d994116a910eb841..6020b45f7a92f4003f0ee282caa324115fc0ef7b 100644 (file)
@@ -1,3 +1,7 @@
+#! /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)
@@ -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', [])))
+