summaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
Diffstat (limited to 'templates')
-rw-r--r--templates/wscript3
1 files changed, 3 insertions, 0 deletions
diff --git a/templates/wscript b/templates/wscript
index 2c2a9efb44..028eb98e4b 100644
--- a/templates/wscript
+++ b/templates/wscript
@@ -6,6 +6,9 @@ import glob
srcdir = '.'
blddir = 'build'
+def configure(conf):
+ pass
+
def build(bld):
subst_dict = {}