Skip to content

Commit 6cae092

Browse files
committed
remove luajit header only dependency
1 parent 4c31a7f commit 6cae092

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

external/include/meson.build

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,6 @@ external_inc_dirs = [include_directories('boost_1_75',
66
'thread-pool-3.5.0/include',
77
'hopscotch-map-2.3.1/include',)]
88
if host_machine.system() in ['linux', 'darwin']
9-
luajit_proj = subproject('LuaJIT-2.1', default_options: ['header_only=true'])
10-
external_inc_dirs += luajit_proj.get_variable('luajit_source_dir')
119
endif
1210
if host_machine.system() == 'windows'
1311
external_inc_dirs += include_directories('LZ4-1.9.3/LZ4',)

0 commit comments

Comments
 (0)