diff options
Diffstat (limited to 'modules/vorbis/config.py')
| -rw-r--r-- | modules/vorbis/config.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/modules/vorbis/config.py b/modules/vorbis/config.py index fb920482f..ef5daca05 100644 --- a/modules/vorbis/config.py +++ b/modules/vorbis/config.py @@ -1,6 +1,7 @@ def can_build(platform): - return True +# return True + return False def configure(env): |
