diff options
author | Michael Hoang <enzime@users.noreply.github.com> | 2018-08-16 11:30:02 +1000 |
---|---|---|
committer | Jan Ekström <jeebjp@gmail.com> | 2018-08-26 15:49:22 +0300 |
commit | 91786fa99c15dc64d3bce4be413326ba2dbe59f7 (patch) | |
tree | c75f95055b79cb8cbb00dc8e56d8e4e7631dd410 /wscript | |
parent | 1890ca024e541e1d07bdee242b75b24391b4434a (diff) |
Revert "ao_openal: enable building on OSX"
This reverts commit af6126adbe61fb2b6cc780025246d33df93072e6. Apple's
OpenAL support is ridiculously out of date, revert back to just using
OpenAL Soft on macOS (fixes #4645).
Diffstat (limited to 'wscript')
-rw-r--r-- | wscript | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -508,7 +508,7 @@ audio_output_features = [ }, { 'name': '--openal', 'desc': 'OpenAL audio output', - 'func': check_openal, + 'func': check_pkg_config('openal', '>= 1.13'), 'default': 'disable' }, { 'name': '--opensles', |