From 6f790598efc7d1cee87e12e039ff8ec10f1beb1f Mon Sep 17 00:00:00 2001 From: Christoffer Lerno Date: Tue, 6 Aug 2024 17:42:23 +0200 Subject: [PATCH] Update manifest.json template. #1321 --- src/build/project_creation.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/build/project_creation.c b/src/build/project_creation.c index 9efa297f2..72eba9dcd 100644 --- a/src/build/project_creation.c +++ b/src/build/project_creation.c @@ -134,11 +134,11 @@ const char *MANIFEST_TEMPLATE = const char *MANIFEST_TARGET = " \"%s\" : {\n" " // Extra flags to the linker for this target:\n" - " \"linkflags\" : [],\n" + " \"link-args\" : [],\n" " // C3 libraries this target depends on:\n" " \"dependencies\" : [],\n" " // The external libraries to link for this target:\n" - " \"linked-libs\" : []\n" + " \"linked-libraries\" : []\n" " },\n"; const char *MAIN_TEMPLATE =