mirror of
https://github.com/c3lang/c3c.git
synced 2026-02-27 12:01:16 +00:00
Update manifest.json template. #1321
This commit is contained in:
@@ -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 =
|
||||
|
||||
Reference in New Issue
Block a user