Skip to content

Commit 9f4eede

Browse files
committed
[GR-17377] Support NumPy on Darwin.
PullRequest: graalpython/821
2 parents 9fb8a9a + dd8993b commit 9f4eede

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

ci.jsonnet

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{ "overlay": "4904ebc30d96fd9b5a988ab237984988cf9d6a91" }
1+
{ "overlay": "7a921d86cdb241e190bb1ad2c6f924d1837c6fa3" }

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)