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 80c1c71 commit b40f172Copy full SHA for b40f172
external/sources/LuaJIT-2.1/meson.build
@@ -42,5 +42,5 @@ luajit_dep = declare_dependency(
42
link_args: lj_linkargs,
43
)
44
45
-#meson.override_dependency('luajit', luajit_dep)
+meson.override_dependency('luajit', luajit_dep)
46
endif
meson.build
@@ -212,7 +212,7 @@ elif host_machine.system() == 'windows'
212
sdl2 = subproject('SDL2-2.26.3')
213
sdl2_dep = dependency('sdl2')
214
luajit = subproject('LuaJIT-2.1')
215
- luajit_dep = luajit.get_variable(luajit_dep)
+ luajit_dep = dependency('luajit')
216
zlib = subproject('zlib-ng-2.1.3')
217
zlib_dep = dependency('zlib')
218
minizip = subproject('minizip-ng-4.0.0')
0 commit comments