From a017a140b912b40a6f61b3d918daa6e7554e65ed Mon Sep 17 00:00:00 2001 From: dacctal Date: Sun, 26 Jul 2026 02:39:45 +0000 Subject: fixed forever loop on lua initialization --- include/state.h | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'include/state.h') diff --git a/include/state.h b/include/state.h index 9075270..a1c09d7 100644 --- a/include/state.h +++ b/include/state.h @@ -36,10 +36,6 @@ typedef struct config_t { bool is_root; } user_config_t; -typedef struct { - str prefix, bin, lib, include, src; -} install_dirs_t; - extern cli_flags_t flags; extern user_config_t config; -extern install_dirs_t inst_dirs; +extern inst_dirs_t inst_dirs; -- cgit v1.2.3