-
-
Notifications
You must be signed in to change notification settings - Fork 90
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
make_cffi.py incorrectly finds compiler #103
Labels
Comments
Good find! I'll commit this patch shortly. Thank you! |
You have not applied the last part of patch, so
|
indygreg
added a commit
that referenced
this issue
Dec 24, 2020
indygreg
added a commit
that referenced
this issue
Dec 24, 2020
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
make_cffi.py
incorrectly finds compiler:CC
environmental variable.compiler.executables["compiler"]
, which is only a class-default non-customized value.compiler.compiler
should be called instead.Compare:
Patch: make_cffi.patch.txt
The text was updated successfully, but these errors were encountered: