From ff2c54d16b0568727c7d6303ab1889caf3e18276 Mon Sep 17 00:00:00 2001 From: Charlie Gordon Date: Sun, 15 Mar 2026 13:18:25 +0100 Subject: [PATCH] Configuration: use dynamic lib for lua * this is needed for compatibility on systems where static libraries are not installed where c2c expects to find them --- recipe.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipe.txt b/recipe.txt index 6dbf88d..c058f3c 100644 --- a/recipe.txt +++ b/recipe.txt @@ -83,7 +83,7 @@ end executable lua_test $warnings no-unused $backend c - $use lua static + $use lua dynamic common/color.c2 lua/script.c2 lua/main.c2