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
Using the trick used to figure out library path of an imported library, we could also determine other variables like #{@opam/zarith.lib}, #{@opam/zarith.etc} etc - paths in the install tree of a given package.
If needed, paths in the source tree can be looked up in _esy/installation.json
This will allow pesy configs like
{
"flags": ["-ccopt -L#{esy-zlib.lib} -lz"]
}
The text was updated successfully, but these errors were encountered:
Using the trick used to figure out library path of an imported library, we could also determine other variables like
#{@opam/zarith.lib}
,#{@opam/zarith.etc}
etc - paths in the install tree of a given package.If needed, paths in the source tree can be looked up in
_esy/installation.json
This will allow pesy configs like
The text was updated successfully, but these errors were encountered: