summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorChristian Hergert <chergert@redhat.com>2019-10-29 11:19:03 -0700
committerChristian Hergert <chergert@redhat.com>2019-10-29 11:19:03 -0700
commitb1e2a89a4017782ca310df4646d45dd48679d63d (patch)
tree8f35456a187adbc767ae0e8e2a9bf08ca5a9b0c1 /tests
parent3077b3833369e9abbdc15f43c41acfda81ba85f5 (diff)
downloadlibpeas-b1e2a89a4017782ca310df4646d45dd48679d63d.tar.gz
build: fix build when using luajit
Diffstat (limited to 'tests')
-rw-r--r--tests/libpeas/meson.build2
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