summaryrefslogtreecommitdiff
path: root/third_party/waf/waflib/extras/relocation.py
diff options
context:
space:
mode:
Diffstat (limited to 'third_party/waf/waflib/extras/relocation.py')
-rw-r--r--third_party/waf/waflib/extras/relocation.py6
1 files changed, 6 insertions, 0 deletions
diff --git a/third_party/waf/waflib/extras/relocation.py b/third_party/waf/waflib/extras/relocation.py
index 052890b6837..50ac5b9d41b 100644
--- a/third_party/waf/waflib/extras/relocation.py
+++ b/third_party/waf/waflib/extras/relocation.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
"""
Waf 1.6
@@ -81,3 +85,5 @@ def apply_incpaths(self):
self.includes_nodes = lst
bld = self.bld
self.env['INCPATHS'] = [x.is_child_of(bld.srcnode) and x.path_from(bld.bldnode) or x.abspath() for x in lst]
+
+