We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9fb8a9a commit d5126d6Copy full SHA for d5126d6
graalpython/lib-python/3/distutils/sysconfig.py
@@ -554,3 +554,6 @@ def get_config_var(name):
554
# Truffle: import our overrides
555
from distutils.sysconfig_graalpython import *
556
from distutils.sysconfig_graalpython import _config_vars # needed by setuptools
557
+
558
+ # Truffle: we cannot provide the Makefile
559
+ del get_makefile_filename
0 commit comments