New submission from Jaime Torres <jtam...@gmail.com>:
Clang is not in the list of allowed compilers when executed: python setup.py build --help-compiler --compiler=bcpp Borland C++ Compiler --compiler=cygwin Cygwin port of GNU C Compiler for Win32 --compiler=mingw32 Mingw32 port of GNU C Compiler for Win32 --compiler=msvc Microsoft Visual C++ --compiler=unix standard UNIX-style compiler I've tried to use the value unix in windows, to see if it will search for environment variables CC and CXX, but without success. ---------- components: Distutils messages: 329902 nosy: Jaime Torres, dstufft, eric.araujo priority: normal severity: normal status: open title: Allow to setup Clang as default compiler for modules build versions: Python 3.7 _______________________________________ Python tracker <rep...@bugs.python.org> <https://bugs.python.org/issue35244> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com