From 35e81a9c4143890771553c38dce0719630b37517 Mon Sep 17 00:00:00 2001 From: Mark Pulford Date: Sun, 15 May 2011 23:46:24 +0930 Subject: Add rockspec to build under LuaRocks Remove "-lm" from LDFLAGS in Makefile since it breaks the build under Windows and isn't required under Linux. Math lib fix suggested by: Steve Donovan --- Makefile | 1 - 1 file changed, 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index e96d736..f28568f 100644 --- a/Makefile +++ b/Makefile @@ -18,7 +18,6 @@ LUA_LIB_DIR ?= $(PREFIX)/lib/lua/$(LUA_VERSION) #CFLAGS ?= -g -Wall -pedantic -fno-inline CFLAGS ?= -g -O3 -Wall -pedantic override CFLAGS += -fpic -I$(LUA_INCLUDE_DIR) -DVERSION=\"$(CJSON_VERSION)\" -LDFLAGS += -lm INSTALL ?= install -- cgit v1.2.3-55-g6feb