From 89f246e3e8ab1a20cb4b593409e65e87d7c02154 Mon Sep 17 00:00:00 2001 From: Spartan322 Date: Mon, 29 Jun 2026 07:47:31 -0400 Subject: [PATCH] Fix project license and author build generators Redirect author generator to use local AUTHOR.md Redirect license/copyright generator to use local COPYRIGHT and LICENSE.md --- SConstruct | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/SConstruct b/SConstruct index 3c156c1e2..215542ad4 100644 --- a/SConstruct +++ b/SConstruct @@ -71,13 +71,13 @@ gen_commit_info = env.CommandNoCache( ) gen_license_info = env.CommandNoCache( sim_variant + "/gen/license_info.gen.hpp", - ["#COPYRIGHT", "#LICENSE.md"], + ["COPYRIGHT", "LICENSE.md"], env.Run(env.license_builder), name_prefix="sim", ) gen_author_info = env.CommandNoCache( sim_variant + "/gen/author_info.gen.hpp", - "#AUTHORS.md", + "AUTHORS.md", env.Run(env.author_builder), name_prefix="sim", sections={