Commit b2a56302 authored by Pierre Ynard's avatar Pierre Ynard

contrib: Fix Makefile

Remove a forgotten "endif"
parent 0c77eb7f
......@@ -2344,7 +2344,6 @@ liboil: liboil-$(OIL_VERSION).tar.gz
.liboil: liboil
ifdef HAVE_DARWIN_OS
(cd $<; $(HOSTCC) ./configure $(HOSTCONF) --prefix=$(PREFIX) CFLAGS="$(CFLAGS)")
endif
else
(cd $<; $(HOSTCC) ./configure $(HOSTCONF) --prefix=$(PREFIX) CFLAGS="$(CFLAGS) -O2")
endif
......
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