diff options
author | Mike Pall <mike> | 2023-08-21 03:06:26 +0200 |
---|---|---|
committer | Mike Pall <mike> | 2023-08-21 03:06:26 +0200 |
commit | 50e0fa03c48cb9af03c3efdc3100f12687651a2e (patch) | |
tree | ad5e693de66cc012374445575b70379bc6047123 /src/luaconf.h | |
parent | c34594681909cac98d44629863df2c7afd93eaf0 (diff) | |
download | luajit-2.0.ROLLING.tar.gz luajit-2.0.ROLLING.tar.bz2 luajit-2.0.ROLLING.zip |
Switch build system to rolling releases.v2.0.ROLLING
Diffstat (limited to '')
-rw-r--r-- | src/luaconf.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/luaconf.h b/src/luaconf.h index c1c9b4d3..8fc3eee5 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.0.5/" | 40 | #define LUA_LJDIR "/luajit-2.0/" |
41 | 41 | ||
42 | #ifdef LUA_ROOT | 42 | #ifdef LUA_ROOT |
43 | #define LUA_JROOT LUA_ROOT | 43 | #define LUA_JROOT LUA_ROOT |