summaryrefslogtreecommitdiff
path: root/third_party/waf/waflib/extras/freeimage.py
diff options
context:
space:
mode:
Diffstat (limited to 'third_party/waf/waflib/extras/freeimage.py')
-rw-r--r--third_party/waf/waflib/extras/freeimage.py5
1 files changed, 5 insertions, 0 deletions
diff --git a/third_party/waf/waflib/extras/freeimage.py b/third_party/waf/waflib/extras/freeimage.py
index 8933abe2edc..59d557a1cf7 100644
--- a/third_party/waf/waflib/extras/freeimage.py
+++ b/third_party/waf/waflib/extras/freeimage.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
#
@@ -71,3 +75,4 @@ def configure(conf):
if platform == 'win32' and not conf.options.fi_path:
return
conf.check_freeimage(conf.options.fi_path, conf.options.fip)
+