diff --git a/SConstruct b/SConstruct index 1765973..b63ee57 100644 --- a/SConstruct +++ b/SConstruct @@ -147,7 +147,7 @@ opts.Add( opts.Add(BoolVariable( 'generate_template_get_node', "Generate a template version of the Node class's get_node.", - False + True )) env = Environment(ENV = os.environ)