summaryrefslogtreecommitdiff
path: root/src/luaconf.h
diff options
context:
space:
mode:
authorMike Pall <mike>2015-08-25 23:32:36 +0200
committerMike Pall <mike>2015-08-25 23:32:36 +0200
commitfb77f7dee7fff698736b48392a6057c60d0d7c2b (patch)
tree6a4ac55724592e93bc7c59cc22ce06a59d5ce997 /src/luaconf.h
parent0a3cd94631f1d2d1d18b641ecd25f49ed54f832e (diff)
downloadluajit-2.1.0-beta1.tar.gz
luajit-2.1.0-beta1.tar.bz2
luajit-2.1.0-beta1.zip
RELEASE LuaJIT-2.1.0-beta1v2.1.0-beta1
Diffstat (limited to '')
-rw-r--r--src/luaconf.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/luaconf.h b/src/luaconf.h
index 043590b2..79f51482 100644
--- a/src/luaconf.h
+++ b/src/luaconf.h
@@ -37,7 +37,7 @@
37#endif 37#endif
38#define LUA_LROOT "/usr/local" 38#define LUA_LROOT "/usr/local"
39#define LUA_LUADIR "/lua/5.1/" 39#define LUA_LUADIR "/lua/5.1/"
40#define LUA_LJDIR "/luajit-2.1.0-alpha/" 40#define LUA_LJDIR "/luajit-2.1.0-beta1/"
41 41
42#ifdef LUA_ROOT 42#ifdef LUA_ROOT
43#define LUA_JROOT LUA_ROOT 43#define LUA_JROOT LUA_ROOT