[issue46158] Hardcoded sysroot path, to MacOSX11.sdk, in python sysconfig

2021-12-22 Thread Aditya Kumar
Aditya Kumar added the comment: while installing pycryptodome, the package is built from source. Because no toolchain is found build fails with the following error. To work around this issue temporarily i created a symlink MacOSX11.1.sdk -> MacOSX.sdk but it is not possible to do this

[issue46158] Hardcoded sysroot path, to MacOSX11.sdk, in python sysconfig

2021-12-22 Thread Aditya Kumar
New submission from Aditya Kumar : $ python3.9 Python 3.9.7 (default, Sep 3 2021, 12:37:55) [Clang 12.0.5 (clang-1205.0.22.9)] on darwin >>> import sysconfig >>> cflags = sysconfig.get_config_var('CFLAGS') >>> cflags '-Wno-unused-result -Wsign-compa