From d18eef4ef097b4e255e399ec324c3bdc09db7061 Mon Sep 17 00:00:00 2001 From: Francesco Abbate Date: Mon, 14 Dec 2020 18:39:21 +0100 Subject: [PATCH] Update recipe for Lua subproject Previous recipe was not working with shared build --- meson.build | 2 +- subprojects/lua.wrap | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/meson.build b/meson.build index 059681a1..a1bcd71b 100644 --- a/meson.build +++ b/meson.build @@ -7,7 +7,7 @@ lua_dep = dependency('lua5.2', required : false) if not lua_dep.found() lua_subproject = subproject('lua', default_options: [ - 'default_library=static', 'use_readline=false' + 'shared=disabled', 'use_readline=false' ]) lua_dep = lua_subproject.get_variable('lua_dep') endif diff --git a/subprojects/lua.wrap b/subprojects/lua.wrap index c1032f2f..30c496ef 100644 --- a/subprojects/lua.wrap +++ b/subprojects/lua.wrap @@ -1,4 +1,4 @@ [wrap-git] directory = lua url = https://github.com/franko/lua -revision = v5.2.4-5 +revision = v5.2.4-6