fix(lua): Make rtorrent.lua accessible at start

This commit is contained in:
PRESFIL
2025-06-11 18:34:26 +00:00
committed by Jari Sundell
parent d9976af767
commit f8ec1ca95e
5 changed files with 20 additions and 2 deletions
+1 -1
View File
@@ -196,4 +196,4 @@ libsub_root_a_SOURCES = \
thread_worker.h
AM_CPPFLAGS = -I$(srcdir) -I$(top_srcdir)
AM_CPPFLAGS = -I$(srcdir) -I$(top_srcdir) -DPACKAGE_DATADIR=\"$(pkgdatadir)\"