Skip to content

Commit

Permalink
makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastien-bouffier committed Apr 1, 2018
1 parent 151f0ca commit 91792eb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 91792eb

Please sign in to comment.