Commit 17165132 authored by DailyShana's avatar DailyShana

update lua dependence

parent ad021d17
......@@ -9,15 +9,9 @@
#define INTERPRETER_H_
extern "C" {
#ifdef WIN32
#include <lua/lua.h>
#include <lua/lauxlib.h>
#include <lua/lualib.h>
#else
#include <lua.h>
#include <lauxlib.h>
#include <lualib.h>
#endif
#include "lua.h"
#include "lauxlib.h"
#include "lualib.h"
}
#include "common.h"
#include <unordered_map>
......
......@@ -2,9 +2,6 @@ project "ocgcore"
kind "StaticLib"
files { "**.cc", "**.cpp", "**.c", "**.h" }
configuration "windows"
includedirs { ".." }
includedirs { "../lua" }
configuration "not vs*"
buildoptions { "-std=c++14" }
configuration "not windows"
includedirs { "/usr/include/lua", "/usr/include/lua5.3", "/usr/include/lua/5.3" }
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