mirror of
https://github.com/owntracks/recorder.git
synced 2026-05-05 02:36:45 +00:00
add Lua cflags/libs
This commit is contained in:
@@ -55,5 +55,5 @@ MOSQUITTO_INC = -I/usr/include
|
||||
MOSQUITTO_LIB = -L/usr/lib
|
||||
MORELIBS = # -lssl
|
||||
|
||||
LUA_CFLAGS =
|
||||
LUA_LIBS = -llua
|
||||
LUA_CFLAGS = `pkg-config --cflags lua`
|
||||
LUA_LIBS = `pkg-config --libs lua`
|
||||
|
||||
Reference in New Issue
Block a user