Commit c3df5188 authored by Michael Droettboom's avatar Michael Droettboom

Fix patch to libpng

parent 46050efd
......@@ -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 $@
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment