Commit ad3a7599 authored by Michael Droettboom's avatar Michael Droettboom

Recreate symlinks

parent 409fe3b3
......@@ -51,8 +51,8 @@ all: build/pyodide.asm.js \
build/packages.json
if hash ccache &>/dev/null; then \
mkdir -p $(PYODIDE_ROOT)/ccache ; \
ln -s `which ccache` $(PYODIDE_ROOT)/ccache/emcc ; \
ln -s `which ccache` $(PYODIDE_ROOT)/ccache/em++ ; \
ln -f -s `which ccache` $(PYODIDE_ROOT)/ccache/emcc ; \
ln -f -s `which ccache` $(PYODIDE_ROOT)/ccache/em++ ; \
fi
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment