Skip to content

Commit

Permalink
Reorder lua package names (lua last).
Browse files Browse the repository at this point in the history
- TODO look into supporting newer lua versions.
  • Loading branch information
mason-larobina committed Jul 2, 2016
1 parent 14da22c commit da559d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config.mk
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ endif

# === Lua package name detection =============================================

LUA_PKG_NAMES += lua lua-5.1 lua5.1 lua51
LUA_PKG_NAMES += lua51 lua-5.1 lua5.1 lua

# Force linking against Lua's Just-In-Time compiler.
# See http://luajit.org/ for more information.
Expand Down

0 comments on commit da559d3

Please sign in to comment.