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