Skip to content

Commit 655acbd

Browse files
authored
Merge pull request #4438 from razzius/master
Add no_vz build flag to cmd/limactl/main_darwin.go
2 parents 62ca0bb + f2ca6a0 commit 655acbd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmd/limactl/main_darwin.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
//go:build !external_vz
1+
//go:build !external_vz && !no_vz
22

33
// SPDX-FileCopyrightText: Copyright The Lima Authors
44
// SPDX-License-Identifier: Apache-2.0

0 commit comments

Comments
 (0)