Convert a library name into its static library file name for the Platform
.
Equations
Instances For
Gets a SearchPath
from an environment variable.
Equations
- Lake.getSearchPath envVar = do let __do_lift ← IO.getEnv envVar match __do_lift with | some path => pure (System.SearchPath.parse path) | none => pure []