Skip to content

Commit

Permalink
0.6.0 compatibility attempt 3
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastien-bouffier committed Mar 31, 2018
1 parent 2ea537d commit 151f0ca
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -25,14 +25,6 @@ mpg123 := dep/lib/libmpg123.a
curl := dep/lib/libcurl.a
openssl := dep/lib/ssl.a

ifeq ($(ARCH), lin)
glfw = dep/lib/libglfw.a
endif

ifeq ($(ARCH), mac)
glfw = dep/lib/libglfw.a
endif

ifeq ($(ARCH), win)
glfw = dep/lib/libglfw3dll.a
endif
Expand Down

0 comments on commit 151f0ca

Please sign in to comment.