Fix relative path

This commit is contained in:
Michael Droettboom 2018-06-22 16:52:55 -04:00
parent 7fac966200
commit d837883fbb
1 changed files with 1 additions and 1 deletions

View File

@ -24,7 +24,7 @@ source:
build: build:
cflags: -s USE_FREETYPE=1 -s USE_LIBPNG=1 -s USE_ZLIB=1 cflags: -s USE_FREETYPE=1 -s USE_LIBPNG=1 -s USE_ZLIB=1
ldflags: $PYODIDE_ROOT/emsdk/emsdk/.emscripten_cache/asmjs/libpng.bc ldflags: ../../../../emsdk/emsdk/.emscripten_cache/asmjs/libpng.bc
post: | post: |
rm -rf $BUILD/matplotlib/backends/qt_editor rm -rf $BUILD/matplotlib/backends/qt_editor
rm -rf $BUILD/matplotlib/backends/web_backend rm -rf $BUILD/matplotlib/backends/web_backend