diff options
author | Edward Hervey <edward@centricular.com> | 2015-10-13 11:31:26 +0200 |
---|---|---|
committer | Edward Hervey <bilboed@bilboed.com> | 2015-10-13 11:32:45 +0200 |
commit | efaaa0d49943bea19678261380a2a56980a4fdb0 (patch) | |
tree | e23b41862cccba02d59d746c710bca5794ce24b9 /config/ios.config | |
parent | e94e1c717046644d82e9ed0c424769be2657bdac (diff) |
config: Workaround getcwd issue on OSX 10.11
See https://openradar.appspot.com/22671534 for more details
Diffstat (limited to 'config/ios.config')
-rw-r--r-- | config/ios.config | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/config/ios.config b/config/ios.config index 39281973..598bdee4 100644 --- a/config/ios.config +++ b/config/ios.config @@ -136,3 +136,5 @@ os.environ['ac_cv_func__NSGetEnviron'] = 'no' # For pixman os.environ['ac_cv_tls'] = 'none' +# Workaround for https://openradar.appspot.com/22671534 on 10.11. +os.environ['gl_cv_func_getcwd_abort_bug'] = 'no' |