mirror of
https://github.com/clearlinux/uwsgi.git
synced 2026-08-24 23:16:30 +00:00
4b7df29bd19f6de8a871e6a57e569ccc17262af3
distutils.sysconfig.get_config_var('CC') returns the compiler used to
build Python, which may be not installed on the system where uWSGI is
being built.
In my case, I grabbed Python 3.3.2 from python.org: it was apparently
compiled with 'gcc-4.2', but my system only has 'gcc' (symlink) and
'llvm-gcc-4.2'. This change tries to detect this situation (only on
Darwin) and sets GCC to 'llvm-' + compiler returned by sysconfig.
surprise i am empty ! Look in the online documentation on https://uwsgi-docs.readthedocs.org/en/latest/
Languages
C
89.5%
Python
6.2%
C++
1.3%
Perl
0.9%
Ruby
0.7%
Other
1.2%