From 38bc2d06fff322a99ba6ba46df69bbd2b40c6173 Mon Sep 17 00:00:00 2001 From: Mel Date: Mon, 26 Jan 2026 03:15:18 +0100 Subject: Streamline build and temporary build directory, copy runtime Signed-off-by: Mel --- boot/scripts/embed.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'boot/scripts') diff --git a/boot/scripts/embed.sh b/boot/scripts/embed.sh index f27c2a6..baf2e38 100755 --- a/boot/scripts/embed.sh +++ b/boot/scripts/embed.sh @@ -23,7 +23,7 @@ process_file() { cp "$source_file" "$output_file" - local embed_regex='CATSKILL_EMBED\(([^)]+)\)' # const byte data[] = CATSKILL_EMBED(./file); + local embed_regex='CATSKILL_EMBED\("([^)]+)"\)' # const byte data[] = CATSKILL_EMBED("./file"); local comment_regex='^\s*//' # // the macro CATSKILL_EMBED does... local define_regex='^\s*#define' # #define CATSKILL_EMBED {0} -- cgit 1.4.1