diff options
| author | Aleksandr Nogikh <nogikh@google.com> | 2024-01-09 12:51:12 +0100 |
|---|---|---|
| committer | Aleksandr Nogikh <nogikh@google.com> | 2024-01-10 12:06:51 +0000 |
| commit | 22263b07f5df14a974bcb00d286ab178891c0891 (patch) | |
| tree | 127272f6cde0175c93977db897767fa6299b50a4 | |
| parent | b438bd66d6f95113d52f25c25bfef0e963c8ce8d (diff) | |
vmimpl: don't build console.go under Windows
| -rw-r--r-- | vm/vmimpl/console.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/vm/vmimpl/console.go b/vm/vmimpl/console.go index 6744ac10c..a2dedeb5c 100644 --- a/vm/vmimpl/console.go +++ b/vm/vmimpl/console.go @@ -1,5 +1,6 @@ // Copyright 2017 syzkaller project authors. All rights reserved. // Use of this source code is governed by Apache 2 LICENSE that can be found in the LICENSE file. +//go:build !windows package vmimpl |
