1 ## -*- Mode: python; py-indent-offset: 4; indent-tabs-mode: nil; coding: utf-8; -*-
2
3 def build(bld):
4 if not bld.env['ENABLE_EXAMPLES']:
5 return;