Skip to content

Commit

Permalink
Enable ccache for emsdk (pyodide#1014)
Browse files Browse the repository at this point in the history
  • Loading branch information
dalcde authored Jan 2, 2021
1 parent fe0b24d commit c42c81d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions emsdk/Makefile
Original file line number Diff line number Diff line change
@@ -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)
Expand Down

0 comments on commit c42c81d

Please sign in to comment.