diff options
author | Christian Hergert <chergert@redhat.com> | 2019-10-29 11:19:03 -0700 |
---|---|---|
committer | Christian Hergert <chergert@redhat.com> | 2019-10-29 11:19:03 -0700 |
commit | b1e2a89a4017782ca310df4646d45dd48679d63d (patch) | |
tree | 8f35456a187adbc767ae0e8e2a9bf08ca5a9b0c1 /tests/libpeas | |
parent | 3077b3833369e9abbdc15f43c41acfda81ba85f5 (diff) | |
download | libpeas-b1e2a89a4017782ca310df4646d45dd48679d63d.tar.gz |
build: fix build when using luajit
Diffstat (limited to 'tests/libpeas')
-rw-r--r-- | tests/libpeas/meson.build | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/libpeas/meson.build b/tests/libpeas/meson.build index edbfa64..32cf5e9 100644 --- a/tests/libpeas/meson.build +++ b/tests/libpeas/meson.build @@ -9,7 +9,7 @@ libpeas_tests_sources = [ libpeas_tests_c_args = ['-UG_DISABLE_ASSERT', '-UG_DISABLE_CAST_CHECKS'] if build_lua51_loader == true - libpeas_tests_sources += [['extension-lua', [lua51_dep]]] + libpeas_tests_sources += [['extension-lua', [lua51_dep, luajit_dep]]] endif if build_python3_loader == true |