From f9b262a1bba15097ae314b90d027314b5657b79c Mon Sep 17 00:00:00 2001 From: Andrew Belt Date: Tue, 5 Dec 2017 22:33:13 -0500 Subject: [PATCH] Remove patch for glfw dll --- dep/Makefile | 4 ---- 1 file changed, 4 deletions(-) diff --git a/dep/Makefile b/dep/Makefile index 9038f68e..9582e69d 100755 --- a/dep/Makefile +++ b/dep/Makefile @@ -92,10 +92,6 @@ $(glfw): -DGLFW_COCOA_CHDIR_RESOURCES=OFF -DGLFW_COCOA_MENUBAR=ON -DGLFW_COCOA_RETINA_FRAMEBUFFER=ON $(MAKE) -C glfw $(MAKE) -C glfw install -ifeq ($(ARCH),win) - # Not sure why the GLFW build system puts a .dll in the lib directory - mv "$(LOCAL)/lib/glfw3.dll" "$(LOCAL)/bin/" -endif $(jansson): $(WGET) http://www.digip.org/jansson/releases/jansson-2.10.tar.gz