diff options
Diffstat (limited to 'lib')
-rw-r--r-- | lib/std/compilesettings.nim | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/std/compilesettings.nim b/lib/std/compilesettings.nim index 5f3da011e..7058e55a5 100644 --- a/lib/std/compilesettings.nim +++ b/lib/std/compilesettings.nim @@ -31,6 +31,7 @@ type ccompilerPath ## the path to the C/C++ compiler backend ## the backend (eg: c|cpp|objc|js); both `nim doc --backend:js` ## and `nim js` would imply backend=js + libPath ## the absolute path to the stdlib library, i.e. nim's `--lib`, since 1.5.1 MultipleValueSetting* {.pure.} = enum ## \ ## settings resulting in a seq of string values |