mirror of https://github.com/pyodide/pyodide.git
Enable ccache for emsdk (#1014)
This commit is contained in:
parent
fe0b24d124
commit
c42c81d650
|
@ -1,6 +1,8 @@
|
|||
PYODIDE_ROOT=$(abspath ..)
|
||||
include ../Makefile.envs
|
||||
|
||||
export PATH := /usr/lib/ccache:$(PATH)
|
||||
|
||||
all: emsdk/.complete
|
||||
|
||||
emsdk/.complete: ../Makefile.envs $(wildcard patches/*.patch)
|
||||
|
|
Loading…
Reference in New Issue