Update recipe for Lua subproject
Previous recipe was not working with shared build
This commit is contained in:
parent
eadbe41064
commit
d18eef4ef0
|
@ -7,7 +7,7 @@ lua_dep = dependency('lua5.2', required : false)
|
||||||
|
|
||||||
if not lua_dep.found()
|
if not lua_dep.found()
|
||||||
lua_subproject = subproject('lua', default_options: [
|
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')
|
lua_dep = lua_subproject.get_variable('lua_dep')
|
||||||
endif
|
endif
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
[wrap-git]
|
[wrap-git]
|
||||||
directory = lua
|
directory = lua
|
||||||
url = https://github.com/franko/lua
|
url = https://github.com/franko/lua
|
||||||
revision = v5.2.4-5
|
revision = v5.2.4-6
|
||||||
|
|
Loading…
Reference in New Issue