From eae3a50f9c791c9aa7dae39cc87d63e0488c4cee Mon Sep 17 00:00:00 2001 From: Oxore Date: Fri, 4 Jan 2019 00:02:37 +0300 Subject: Update libf8 dependency, fix linking --- Makefile | 2 -- deps/libf8 | 2 +- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/Makefile b/Makefile index 2a21d7d..a34e428 100644 --- a/Makefile +++ b/Makefile @@ -48,8 +48,6 @@ endif LDFLAGS+=$(COMMON) LDFLAGS_TETRIS+=$(LDFLAGS) -LDFLAGS_TETRIS+=-L$(LIBF8) -LDFLAGS_TETRIS+=-l:libf8.a LDFLAGS_TETRIS+=-lcsfml-graphics LDFLAGS_TETRIS+=-lcsfml-window LDFLAGS_TETRIS+=-lcsfml-system diff --git a/deps/libf8 b/deps/libf8 index 599a11a..d6a2b74 160000 --- a/deps/libf8 +++ b/deps/libf8 @@ -1 +1 @@ -Subproject commit 599a11a1627c8369b43b462a505030936575edec +Subproject commit d6a2b741bec1c0632a7d68384c3e6c8185849881 -- cgit v1.2.3