You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently it's only possible to specify a list of dependencies; you can't say something like:
dependencies "libsamplerate >= 0.1.8"
This is actually kind of important because when we depend on packages which are already installed on the system we use these instead of building our own. But if a dependency is installed but too old we should ignore it.
The text was updated successfully, but these errors were encountered:
You can do something similar in autotools where you write something like:
Currently it's only possible to specify a list of dependencies; you can't say something like:
This is actually kind of important because when we depend on packages which are already installed on the system we use these instead of building our own. But if a dependency is installed but too old we should ignore it.
The text was updated successfully, but these errors were encountered: