We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4c31a7f commit 6cae092Copy full SHA for 6cae092
external/include/meson.build
@@ -6,8 +6,6 @@ external_inc_dirs = [include_directories('boost_1_75',
6
'thread-pool-3.5.0/include',
7
'hopscotch-map-2.3.1/include',)]
8
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')
11
endif
12
if host_machine.system() == 'windows'
13
external_inc_dirs += include_directories('LZ4-1.9.3/LZ4',)
0 commit comments