Browse Source

Merge branch 'master' of https://github.com/VCVRack/Rack

pull/1639/head
Andrew Belt 7 years ago
parent
commit
24d85993d0
1 changed files with 0 additions and 4 deletions
  1. +0
    -4
      dep/Makefile

+ 0
- 4
dep/Makefile View File

@@ -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


Loading…
Cancel
Save