pixman was updated, build it with sse2 now

This commit is contained in:
Snowdream 2022-07-17 03:38:56 -04:00
parent be88ebef2b
commit ba49af5ad7

View file

@ -112,7 +112,7 @@ $(LIBDIR)/libpixman-1.a: $(DOWNLOADS)/pixman/Makefile
$(DOWNLOADS)/pixman/Makefile: $(DOWNLOADS)/pixman/autogen.sh
cd $(DOWNLOADS)/pixman; \
$(AUTOGEN) --enable-static=yes --enable-shared=no --disable-sse2
$(AUTOGEN) --enable-static=yes --enable-shared=no
$(DOWNLOADS)/pixman/autogen.sh:
$(CLONE) $(GITLAB)/mkxp-z/pixman $(DOWNLOADS)/pixman