From 493d94e2964b3c52d285d90c066d26157441b2dc Mon Sep 17 00:00:00 2001 From: "Stephen E. Baker" Date: Wed, 27 Sep 2017 21:24:38 -0400 Subject: Dynamically link lua.dll to lua.exe For lua.exe to load C modules which are linked against lua, it must itself be linked against lua, otherwise loading the module fails. --- ports/lua/CONTROL | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ports/lua/CONTROL') diff --git a/ports/lua/CONTROL b/ports/lua/CONTROL index e34436ad0..cf49dafe5 100644 --- a/ports/lua/CONTROL +++ b/ports/lua/CONTROL @@ -1,3 +1,3 @@ Source: lua -Version: 5.3.4-1 +Version: 5.3.4-2 Description: a powerful, fast, lightweight, embeddable scripting language -- cgit v1.2.3