runtimeverification / mx-semantics

7 stars 3 forks source link

Don't link `procps` on macOS #253

Closed Baltoli closed 5 months ago

Baltoli commented 5 months ago

This is a linux-specific dependency of the blockchain plugin that can't be installed on macOS; the Makefiles for the plugin already handle the OS check and removal of this link flag, but we additionally need to do so in the plugin specification for the semantics.

When we get round to fixing the blockchain plugin's build, we'll be able to remove this.