You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
12 lines
379 B
12 lines
379 B
Index: src/makefile |
|
--- src/makefile.orig 2013-09-24 22:24:04.000000000 +0200 |
|
+++ src/makefile 2013-10-06 12:40:58.673249979 +0200 |
|
@@ -38,7 +38,7 @@ |
|
# - remove -DUSE_LUA52 |
|
# - use lua5.1 in the pkg-config calls |
|
|
|
-LUA_CFLAGS=$(shell pkg-config --cflags lua) -DUSE_LUA52 |
|
+LUA_CFLAGS=$(shell pkg-config --cflags lua) |
|
|
|
# default lua lib |
|
LUA_LIBS=$(shell pkg-config --libs lua)
|
|
|