diff options
Diffstat (limited to 'config/darwin.config')
-rw-r--r-- | config/darwin.config | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/config/darwin.config b/config/darwin.config index afc91166..6d8a1177 100644 --- a/config/darwin.config +++ b/config/darwin.config @@ -133,5 +133,10 @@ if use_ccache: # Workaround for https://openradar.appspot.com/22671534 on 10.11. env['gl_cv_func_getcwd_abort_bug'] = 'no' +# for glib inside pkg-config +env['glib_cv_stack_grows'] = 'yes' +env['glib_cv_uscore'] = 'no' +env['ac_cv_func_posix_getpwuid_r'] = 'yes' +env['ac_cv_func_posix_getgrgid_r'] = 'yes' moltenvk_prefix = os.path.join(home_dir, 'moltenvk') |