diff Makefile @ 1272:acae5f8ebc67

Fix build process.
author Matti Hamalainen <ccr@tnsp.org>
date Thu, 19 May 2016 12:08:16 +0300
parents f29fa5b6b748
children 2791f790497d
line wrap: on
line diff
--- a/Makefile	Wed Jun 03 17:00:07 2015 +0300
+++ b/Makefile	Thu May 19 12:08:16 2016 +0300
@@ -26,6 +26,8 @@
 ZLIB_LDFLAGS ?= `pkg-config --libs zlib`
 
 
+TOOL_LDFLAGS ?= $(SDL_LDFLAGS)
+
 include $(DMLIB)Makefile.gen