mirror of
https://github.com/c3lang/c3c.git
synced 2026-02-27 12:01:16 +00:00
Fix default main template.
This commit is contained in:
@@ -290,6 +290,7 @@ void create_project(BuildOptions *build_options)
|
||||
else
|
||||
{
|
||||
size_t len;
|
||||
main_template = MAIN_TEMPLATE;
|
||||
template = file_read_all(build_options->template, &len);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user