diff options
-rw-r--r-- | tools/vccenv/vccexe.nim | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/vccenv/vccexe.nim b/tools/vccenv/vccexe.nim index bbac117df..892246830 100644 --- a/tools/vccenv/vccexe.nim +++ b/tools/vccenv/vccexe.nim @@ -1,4 +1,4 @@ -import strutils, strtabs, os, osproc, parseopt, vccenv +import strutils, strtabs, os, osproc, vccenv when defined(release): let vccOptions = {poParentStreams} |