Commit 8f82c93d authored by Brenden Blanco's avatar Brenden Blanco

Revert "Force lua main.c to include luajit headers"

This reverts commit c21b9c03.

Instead, use `LUAJIT_DIR=/usr/include/luajit-2.0 cmake ..` or similar as
required.
Signed-off-by: default avatarBrenden Blanco <bblanco@plumgrid.com>
parent ba275e4c
......@@ -29,9 +29,9 @@
#include <string.h>
#include <unistd.h>
#include <luajit-2.0/lauxlib.h>
#include <luajit-2.0/lua.h>
#include <luajit-2.0/lualib.h>
#include "lauxlib.h"
#include "lua.h"
#include "lualib.h"
static lua_State *globalL = NULL;
static const char *progname = NULL;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment