diff options
| author | dacctal <donotcontactmevia@email.invalid> | 2026-07-26 02:39:45 +0000 |
|---|---|---|
| committer | dacctal <donotcontactmevia@email.invalid> | 2026-07-26 02:39:45 +0000 |
| commit | a017a140b912b40a6f61b3d918daa6e7554e65ed (patch) | |
| tree | 19d2536e6e832856eb93bcb869d97cb1c0259119 /include/state.h | |
| parent | 184bd50e2ea12b4bf40f4ae1b0d685f0bfa1c995 (diff) | |
fixed forever loop on lua initialization
Diffstat (limited to 'include/state.h')
| -rw-r--r-- | include/state.h | 6 |
1 files changed, 1 insertions, 5 deletions
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; |
