diff options
Diffstat (limited to 'testament/specs.nim')
-rw-r--r-- | testament/specs.nim | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testament/specs.nim b/testament/specs.nim index 11286ceab..4d09f438f 100644 --- a/testament/specs.nim +++ b/testament/specs.nim @@ -78,7 +78,7 @@ proc getCmd*(s: TSpec): string = result = s.cmd const - targetToExt*: array[TTarget, string] = ["c", "cpp", "m", "js"] + targetToExt*: array[TTarget, string] = ["nim.c", "nim.cpp", "nim.m", "js"] targetToCmd*: array[TTarget, string] = ["c", "cpp", "objc", "js"] when not declared(parseCfgBool): |