From: Michael Tremer Date: Thu, 22 Feb 2024 11:20:46 +0000 (+0000) Subject: lua: Actually load the C module as such X-Git-Tag: 0.9.18~168 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=83c653b4aa51bac2f81d8fb31b7f1d65b581b617;p=location%2Flibloc.git lua: Actually load the C module as such Signed-off-by: Michael Tremer --- diff --git a/Makefile.am b/Makefile.am index fff9722..7c83d10 100644 --- a/Makefile.am +++ b/Makefile.am @@ -387,7 +387,7 @@ TESTS_LDADD = \ src/libloc-internal.la TESTS_ENVIRONMENT = \ - LUA_PATH="$(abs_builddir)/src/lua/.libs/?.so;;" \ + LUA_CPATH="$(abs_builddir)/src/lua/.libs/?.so;;" \ PYTHONPATH=$(abs_srcdir)/src/python:$(abs_builddir)/src/python/.libs \ TEST_DATA_DIR="$(abs_top_srcdir)/data"