aboutsummaryrefslogtreecommitdiff
path: root/Make.config
diff options
context:
space:
mode:
authorElias Fleckenstein <eliasfleckenstein@web.de>2021-11-21 19:16:03 +0100
committerElias Fleckenstein <eliasfleckenstein@web.de>2021-11-21 19:16:03 +0100
commit783fefdcb375ab58382579afeb092c67b8832813 (patch)
treefbb3b16efd0b74796c33c2e8754863ea148f2c6c /Make.config
parent09628cded4b1d5a47b82d0b13eaf1789adb35e91 (diff)
downloadluairc-master.tar.xz
Port to Lua 5.3HEADmaster
Diffstat (limited to 'Make.config')
-rw-r--r--Make.config2
1 files changed, 1 insertions, 1 deletions
diff --git a/Make.config b/Make.config
index da14798..ce636ec 100644
--- a/Make.config
+++ b/Make.config
@@ -1,5 +1,5 @@
# Path to your Lua library directory (LUA_PATH)
-LUA_DIR = /usr/local/share/lua/5.1
+LUA_DIR = /usr/local/share/lua/5.3
# Set this to the path of your luadoc executable if you want to regenerate the
# documentation and the luadoc script isn't in your PATH