diff --git a/stubs/JACK-Client/METADATA.toml b/stubs/JACK-Client/METADATA.toml index bd070e6d0..f18e0144f 100644 --- a/stubs/JACK-Client/METADATA.toml +++ b/stubs/JACK-Client/METADATA.toml @@ -5,8 +5,8 @@ requires = ["numpy>=1.20", "types-cffi"] [tool.stubtest] # darwin and win32 are equivalent -platforms = ["linux"] +platforms = ["darwin", "linux"] apt_dependencies = ["libjack-dev"] -# brew_dependencies = ["jack"] +brew_dependencies = ["jack"] # No need to install on the CI. Leaving here as information for Windows contributors. # choco_dependencies = ["jack"]