Disable build of luajit executable

This commit is contained in:
Francesco Abbate 2021-10-03 23:08:02 +02:00
parent e2badc9bc5
commit 4bb6afe3e5
1 changed files with 1 additions and 1 deletions

View File

@ -49,7 +49,7 @@ if not get_option('source-only')
libdl = cc.find_library('dl', required : false)
threads_dep = dependency('threads')
lua_dep = dependency('luajit', fallback: ['luajit', 'lua_dep'],
default_options: ['default_library=static']
default_options: ['default_library=static', 'app=false']
)
pcre2_dep = dependency('libpcre2-8')
sdl_dep = dependency('sdl2', method: 'config-tool')