From 4aa44a0b9159300c24db4786a3cf2e4198f168f1 Mon Sep 17 00:00:00 2001 From: Tim Redfern Date: Tue, 28 May 2013 16:41:00 +0100 Subject: adding palete manipulation --- config.make | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'config.make') diff --git a/config.make b/config.make index 5bfa48a..85e8c5d 100755 --- a/config.make +++ b/config.make @@ -17,7 +17,7 @@ USER_CFLAGS = -std=c++11 # for example libraries like: # USER_LDFLAGS = libs/libawesomelib.a -USER_LDFLAGS = +USER_LDFLAGS = -lX11 EXCLUDE_FROM_SOURCE="bin,.xcodeproj,obj" -- cgit v1.2.3