mirror of
https://github.com/nim-lang/Nim.git
synced 2026-02-12 06:18:51 +00:00
vccwrap: Removed import of parseopt
Not necessary, since vccexe uses less advanced, but non-invasive argument parsing
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
import strutils, strtabs, os, osproc, parseopt, vccenv
|
||||
import strutils, strtabs, os, osproc, vccenv
|
||||
|
||||
when defined(release):
|
||||
let vccOptions = {poParentStreams}
|
||||
|
||||
Reference in New Issue
Block a user