Skip to content

Commit

Permalink
love11: Enable the other versions of Lua
Browse files Browse the repository at this point in the history
  • Loading branch information
ryoon committed Jan 4, 2022
1 parent 17716f5 commit f9f3d8c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions games/love11/options.mk
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# $NetBSD: options.mk,v 1.2 2020/11/06 12:15:54 nia Exp $
# $NetBSD: options.mk,v 1.3 2022/01/04 11:01:42 ryoon Exp $

PKG_OPTIONS_VAR= PKG_OPTIONS.love
PKG_SUPPORTED_OPTIONS= luajit
Expand All @@ -14,6 +14,6 @@ PKG_SUGGESTED_OPTIONS= luajit
. include "../../lang/LuaJIT2/buildlink3.mk"
.else
CONFIGURE_ARGS+= --with-lua=lua
CONFIGURE_ARGS+= --with-luaversion=-5.1
. include "../../lang/lua51/buildlink3.mk"
CONFIGURE_ARGS+= --with-luaversion=-${LUA_VERSION_MAJOR}.${LUA_VERSION_MINOR}
. include "../../lang/lua/buildlink3.mk"
.endif

0 comments on commit f9f3d8c

Please sign in to comment.