Skip to content

Commit d5126d6

Browse files
committed
Do not provide path to Makefile.
1 parent 9fb8a9a commit d5126d6

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

graalpython/lib-python/3/distutils/sysconfig.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -554,3 +554,6 @@ def get_config_var(name):
554554
# Truffle: import our overrides
555555
from distutils.sysconfig_graalpython import *
556556
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

Comments
 (0)