mirror of https://github.com/pyodide/pyodide.git
Reinstate the removal of legacy mac encodings
This commit is contained in:
parent
6dc91e0846
commit
ac84840cc0
1
Makefile
1
Makefile
|
@ -181,6 +181,7 @@ root/.built: \
|
||||||
cd root/lib/python$(PYMINOR); \
|
cd root/lib/python$(PYMINOR); \
|
||||||
rm -fr `cat ../../../remove_modules.txt`; \
|
rm -fr `cat ../../../remove_modules.txt`; \
|
||||||
rm encodings/cp*.py; \
|
rm encodings/cp*.py; \
|
||||||
|
rm encodings/mac_*.py; \
|
||||||
find . -name "*.wasm.pre" -type f -delete ; \
|
find . -name "*.wasm.pre" -type f -delete ; \
|
||||||
find -type d -name __pycache__ -prune -exec rm -rf {} \; \
|
find -type d -name __pycache__ -prune -exec rm -rf {} \; \
|
||||||
)
|
)
|
||||||
|
|
Loading…
Reference in New Issue