mirror of https://github.com/pyodide/pyodide.git
Fix patch to libpng
This commit is contained in:
parent
46050efddc
commit
c3df5188e9
|
@ -108,7 +108,7 @@ $(BUILD)/ft2font.so: \
|
||||||
|
|
||||||
$(BUILD)/_png.so: \
|
$(BUILD)/_png.so: \
|
||||||
$(HOSTSRC)/_png.bc
|
$(HOSTSRC)/_png.bc
|
||||||
$(CC) /home/mdboom/Work/builds/compiling/pyodide/emsdk/emsdk/.emscripten_cache/asmjs/libpng.bc $^ -o $@.wasm $(SIDE_LDFLAGS)
|
$(CC) ../emsdk/emsdk/.emscripten_cache/asmjs/libpng.bc $^ -o $@.wasm $(SIDE_LDFLAGS)
|
||||||
mv $@.wasm $@
|
mv $@.wasm $@
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue