mirror of https://github.com/pyodide/pyodide.git
Fix relative path
This commit is contained in:
parent
7fac966200
commit
d837883fbb
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue