You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

13 lines
297 B

  1. --- a/src/luaconf.h
  2. +++ b/src/luaconf.h
  3. @@ -35,8 +35,8 @@
  4. #ifndef LUA_LMULTILIB
  5. #define LUA_LMULTILIB "lib"
  6. #endif
  7. -#define LUA_LROOT "/usr/local"
  8. -#define LUA_LUADIR "/lua/5.1/"
  9. +#define LUA_LROOT "/usr"
  10. +#define LUA_LUADIR "/lua/"
  11. #define LUA_LJDIR "/luajit-2.1.0-beta3/"
  12. #ifdef LUA_ROOT