Fix Lua subproject ofr Mac OS X

This commit is contained in:
Francesco Abbate
2020-06-29 17:01:14 +02:00
parent fa649521d2
commit 1fc6d62b14
4 changed files with 11 additions and 7 deletions
+1 -1
View File
@@ -4,7 +4,7 @@ cc = meson.get_compiler('c')
libm = cc.find_library('m', required : false)
libdl = cc.find_library('dl', required : false)
lua_subproject = subproject('lua', default_options: [])
lua_subproject = subproject('lua', default_options: ['use_readline=false'])
lua_dep = lua_subproject.get_variable('lua_dep')
sdl_dep = dependency('sdl2', method: 'config-tool')