Scope-eye.net Git Repository
/
liskon_frotz.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8036f46
)
Remove duplicate -lz.
author
Timo Korvola
<tkorvola@iki.fi>
Sat, 10 Mar 2018 17:18:03 +0000
(19:18 +0200)
committer
David Griffith
<dave@661.org>
Sun, 11 Mar 2018 11:48:51 +0000
(
04:48
-0700)
Makefile
patch
|
blob
|
history
diff --git
a/Makefile
b/Makefile
index b7bb0aea056c75f220e64fddd8c29941b0720774..a52f0072a649080a0c15070e1d2de7c105f610af 100644
(file)
--- a/
Makefile
+++ b/
Makefile
@@
-158,7
+158,7
@@
BLORB_OBJECT = $(BLORB_DIR)/blorblib.o
SDL_DIR = $(SRCDIR)/sdl
SDL_LIB = $(SDL_DIR)/frotz_sdl.a
export SDL_PKGS = libpng libjpeg sdl SDL_mixer freetype2 zlib
-SDL_LDFLAGS = `pkg-config $(SDL_PKGS) --libs`
-lz
+SDL_LDFLAGS = `pkg-config $(SDL_PKGS) --libs`
OBJECTS = $(COMMON_OBJECT) $(CURSES_OBJECT) $(DUMB_OBJECT) $(BLORB_OBJECT)