summaryrefslogtreecommitdiff
path: root/third_party/waf/waflib/extras/gob2.py
diff options
context:
space:
mode:
Diffstat (limited to 'third_party/waf/waflib/extras/gob2.py')
-rw-r--r--third_party/waf/waflib/extras/gob2.py5
1 files changed, 5 insertions, 0 deletions
diff --git a/third_party/waf/waflib/extras/gob2.py b/third_party/waf/waflib/extras/gob2.py
index 637f2934dc7..629ccdca8ed 100644
--- a/third_party/waf/waflib/extras/gob2.py
+++ b/third_party/waf/waflib/extras/gob2.py
@@ -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
# Ali Sabil, 2007
@@ -14,3 +18,4 @@ TaskGen.declare_chain(
def configure(conf):
conf.find_program('gob2', var='GOB2')
conf.env['GOB2FLAGS'] = ''
+