We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2f5dba3 commit eba92e9Copy full SHA for eba92e9
1 file changed
src/meson.build
@@ -82,14 +82,14 @@ lua_flags = [
82
]
83
84
if get_option('library_type') == 'static'
85
- liblua = static_library('liblua',
+ liblua = static_library('lua',
86
c_args: [lua_warns, lua_flags],
87
dependencies: [m_dep],
88
sources: [luacore_src, liblua_src, luaaux_src],
89
include_directories: lua_inc,
90
install: true)
91
else
92
- liblua = shared_library('liblua',
+ liblua = shared_library('lua',
93
94
95
0 commit comments