Fix Windows build.

This commit is contained in:
Michael Schurter
2017-04-19 13:16:48 -07:00
parent b9ea2765ec
commit fb3b30bba9

View File

@@ -7,3 +7,7 @@ import (
// TODO Figure out if this is needed in Wondows
func isolateCommand(cmd *exec.Cmd) {
}
// setChroot is a noop on Windows
func setChroot(cmd *exec.Cmd, chroot string) {
}