From 427cdbe2cd097b09ae6aee2bf707b68e056aaf45 Mon Sep 17 00:00:00 2001 From: "martin.holst@gmail.com" Date: Fri, 20 Sep 2013 10:11:17 +0000 Subject: [PATCH] Fixed error from r769 where I added -ldl switch for linux, but still forgot to remove it for others... --- client/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/Makefile b/client/Makefile index 00da26a9..3967360a 100644 --- a/client/Makefile +++ b/client/Makefile @@ -13,7 +13,7 @@ CXX=g++ VPATH = ../common OBJDIR = obj -LDLIBS = -L/opt/local/lib -L/usr/local/lib -lreadline -lpthread ../liblua/liblua.a -ldl +LDLIBS = -L/opt/local/lib -L/usr/local/lib -lreadline -lpthread ../liblua/liblua.a LDFLAGS = $(COMMON_FLAGS) CFLAGS = -std=c99 -I. -I../include -I../common -I/opt/local/include -I../liblua -Wall -Wno-unused-function $(COMMON_FLAGS) -g -O4 LUAPLATFORM = generic -- 2.39.2