Commit 2cb0aba4 authored by Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf

Contribs: glew, work-around buggy Makefile for MingW

parent a0a8bc9c
......@@ -18,4 +18,7 @@ endif
.glew: glew
cd $< && $(HOSTVARS) CFLAGS="$(CFLAGS) -DGLEW_STATIC" $(MAKE)
cd $< && $(HOSTVARS) GLEW_DEST=$(PREFIX) $(MAKE) install
ifdef HAVE_WIN32
-rm $(PREFIX)/lib/libglew32.dll*
endif
touch $@
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