socket_vmnet: minimum Catalina (#120920)

* socket_vmnet: minimum Catalina

Building on Mojave generates the explicit `cli.c:18:2: error: "Requires macOS 10.15 or later"`.

* socket_vmnet: macos only

Co-authored-by: Rui Chen <rui@chenrui.dev>
master
Adrian Ho 2023-01-19 05:41:23 +08:00 committed by GitHub
parent 54024da83a
commit cffa649f3d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -19,6 +19,7 @@ class SocketVmnet < Formula
keg_only "#{HOMEBREW_PREFIX}/bin is often writable by a non-admin user"
depends_on :macos
depends_on macos: :catalina
def install
# make: skip "install.launchd"