From ba84566004022f93c465396101014e97bb4c89a5 Mon Sep 17 00:00:00 2001 From: luca0N! <121697285+luca0N@users.noreply.github.com> Date: Fri, 2 Feb 2024 03:28:20 +0000 Subject: crawl.profile: allow lua (#6182) Add common Lua include to crawl.profile (Dungeon Crawl Stone Soup) to allow Lua libraries, as both the ncurses and tiles executables are dynamically linked to Lua. --- etc/profile-a-l/crawl.profile | 3 +++ 1 file changed, 3 insertions(+) (limited to 'etc/profile-a-l') diff --git a/etc/profile-a-l/crawl.profile b/etc/profile-a-l/crawl.profile index 7df7b4480..9545fb8bc 100644 --- a/etc/profile-a-l/crawl.profile +++ b/etc/profile-a-l/crawl.profile @@ -8,6 +8,9 @@ include globals.local noblacklist ${HOME}/.crawl +# Allow lua (blacklisted by disable-interpreters.inc) +include allow-lua.inc + include disable-common.inc include disable-devel.inc include disable-exec.inc -- cgit v1.2.3-54-g00ecf