Fix patch to libpng

This commit is contained in:
Michael Droettboom 2018-06-01 11:56:57 -04:00
parent 46050efddc
commit c3df5188e9
1 changed files with 1 additions and 1 deletions

View File

@ -108,7 +108,7 @@ $(BUILD)/ft2font.so: \
$(BUILD)/_png.so: \
$(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 $@