summaryrefslogtreecommitdiffstats
path: root/main/highlight/lua5.1-compat.patch
blob: 8fe59e9fb2390b17c135801fb3d6deba825b2e05 (plain)
1
2
3
4
5
6
7
8
9
10
11
--- a/src/makefile
+++ b/src/makefile
@@ -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)