From 91792eb59978a0bef0408d07b301deb8cfc25eaf Mon Sep 17 00:00:00 2001 From: sebastien-bouffier Date: Sun, 1 Apr 2018 10:09:01 +0200 Subject: [PATCH] makefile --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 6eee1cd..a1d464b 100644 --- a/Makefile +++ b/Makefile @@ -9,11 +9,11 @@ DISTRIBUTABLES += $(wildcard LICENSE*) res include $(RACK_DIR)/arch.mk ifeq ($(ARCH), lin) - LDFLAGS += -Ldep/lib -lglfw -lcurl -lssl + LDFLAGS += -Ldep/lib -lcurl -lssl endif ifeq ($(ARCH), mac) - LDFLAGS += -Ldep/lib -lglfw -lcurl -lssl + LDFLAGS += -Ldep/lib -lcurl -lssl endif ifeq ($(ARCH), win)