ReasonNativeProject
ReasonNativeProject copied to clipboard
Building the project without esy fails
Error: Library "sub" is private, it cannot be a dependency of a public library.
You need to give "sub" a public name.
Any update on this?
Yeah, stumbled upon same issue. Not able to build without esy.
Actually same issue with esy
# Unformatted Error Output:
# File "lib/jbuild", line 7, characters 17-20:
# Error: Library "sub" is private, it cannot be a dependency of a public library.
Good news everyone, i've got a PR fixing this: https://github.com/reasonml/ReasonNativeProject/pull/43