mirror of
https://github.com/owntracks/recorder.git
synced 2026-08-23 11:26:16 +00:00
add Lua cflags/libs
This commit is contained in:
+2
-2
@@ -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