From 1e58a29e83d48021d9ed6bc4d4cfa062b0a007fb Mon Sep 17 00:00:00 2001 From: elijah-thomas774 Date: Mon, 10 Jun 2024 00:14:26 -0400 Subject: [PATCH] add msl_c to context script --- tools/decompctx.py | 1 + 1 file changed, 1 insertion(+) diff --git a/tools/decompctx.py b/tools/decompctx.py index e86d5ef3..dc17d0ee 100644 --- a/tools/decompctx.py +++ b/tools/decompctx.py @@ -20,6 +20,7 @@ root_dir = os.path.abspath(os.path.join(script_dir, "..")) src_dir = os.path.join(root_dir, "src") include_dirs = [ os.path.join(root_dir, "include"), + os.path.join(root_dir, "include/MSL_C"), # Add additional include directories here ]