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 4d66965 commit 21eb898Copy full SHA for 21eb898
graalpython/site-packages/Makefile
@@ -6,7 +6,7 @@ PYTHON_VERSION = 3.7
6
7
SETUPTOOLS_DIR = setuptools-${SETUPTOOLS_VERSION}
8
IN_SETUPTOOLS_DIR = cd ${SETUPTOOLS_DIR} &&
9
-SITE_PATH = ../lib-python/3/site-packages/
+# SITE_PATH = ../lib-python/3/site-packages/
10
11
12
QUIETLY$(MX_VERBOSE) = @
@@ -27,4 +27,4 @@ install:
27
28
clean:
29
$(QUIETLY) rm -rf ${SETUPTOOLS_DIR}
30
- $(QUIETLY) rm -rf ${SITE_PATH}/*
+ # $(QUIETLY) rm -rf ${SITE_PATH}/*
0 commit comments