From 7193656b6a7b5e41a3d87d1b7012361e17986194 Mon Sep 17 00:00:00 2001 From: Ophestra Date: Mon, 10 Aug 2026 21:48:58 +0900 Subject: internal/rosa: improve helper bindings This uses more intuitive names for some arguments and inverts their default value. Slices and nil-capable strings replace skip arguments. Signed-off-by: Ophestra --- internal/rosa/package/lua/package.az | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'internal/rosa/package/lua') diff --git a/internal/rosa/package/lua/package.az b/internal/rosa/package/lua/package.az index 4f944179..ab74dfdd 100644 --- a/internal/rosa/package/lua/package.az +++ b/internal/rosa/package/lua/package.az @@ -20,8 +20,8 @@ package lua { chmod = true; exec = make { - inPlace = true; - skipConfigure = true; + chdir = false; + configure = nil; make = [ "CC='clang -fPIC'", "all" ]; check = [ "test" ]; install = ` -- cgit v1.3.1