mirror of
https://github.com/nim-lang/Nim.git
synced 2026-01-06 13:07:48 +00:00
osproc needs 'import linux' for -d:useClone
This commit is contained in:
@@ -27,6 +27,9 @@ when defined(windows):
|
||||
else:
|
||||
import posix
|
||||
|
||||
when defined(linux) and defined(useClone):
|
||||
import linux
|
||||
|
||||
type
|
||||
ProcessOption* = enum ## Options that can be passed to `startProcess proc
|
||||
## <#startProcess,string,string,openArray[string],StringTableRef,set[ProcessOption]>`_.
|
||||
|
||||
Reference in New Issue
Block a user