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 0d3ae2a commit e57b798Copy full SHA for e57b798
cpython-linux/build-cpython.sh
@@ -70,7 +70,7 @@ make -j `nproc` install DESTDIR=/build/out/python
70
71
# Downstream consumers don't require bytecode files. So remove them.
72
# Ideally we'd adjust the build system. But meh.
73
-find ${ROOT}/out/python/install -type d -name __pycache__ -print0 | xargs -0 rm -rf
+find /build/out/python/install -type d -name __pycache__ -print0 | xargs -0 rm -rf
74
75
# Also copy object files so they can be linked in a custom manner by
76
# downstream consumers.
0 commit comments