Update manifest.json template. #1321

This commit is contained in:
Christoffer Lerno
2024-08-06 17:42:23 +02:00
parent 63f0c7b2fe
commit 6f790598ef

View File

@@ -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 =