third_party:waf: update to upstream 2.0.4 release
[vlendec/samba-autobuild/.git] / third_party / waf / waflib / extras / gob2.py
index 637f2934dc7b4eeb6a4d47dcb6a5a266107a4057..629ccdca8eddda4065ac20dd4c49870f1324a699 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
 # Ali Sabil, 2007
@@ -14,3 +18,4 @@ TaskGen.declare_chain(
 def configure(conf):
        conf.find_program('gob2', var='GOB2')
        conf.env['GOB2FLAGS'] = ''
+