diff options
Diffstat (limited to 'modules/hdr/config.py')
-rw-r--r-- | modules/hdr/config.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/hdr/config.py b/modules/hdr/config.py index 1c8cd12a2d..d22f9454ed 100644 --- a/modules/hdr/config.py +++ b/modules/hdr/config.py @@ -1,5 +1,6 @@ def can_build(env, platform): return True + def configure(env): pass |