Commit e09f67a5 authored by Rémi Denis-Courmont's avatar Rémi Denis-Courmont

glew: win32 patch is only for MingW

parent 406702d1
......@@ -10,7 +10,9 @@ $(TARBALLS)/glew-$(GLEW_VERSION)-src.tar.gz:
glew: glew-$(GLEW_VERSION)-src.tar.gz .sum-glew
$(UNPACK)
mv glew glew-$(GLEW_VERSION)-src
ifdef HAVE_WIN32
$(APPLY) $(SRC)/glew/win32.patch
endif
$(MOVE)
.glew: glew
......
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