-
Notifications
You must be signed in to change notification settings - Fork 7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
NIF sources not found when used as a dependency #2
Comments
|
Let me see if I can get you a minimal reproducible example of this. |
To reproduce:
$ rebar3 new app myapp
Note the error message.
|
Upgrading to latest |
|
Also, https://github.com/zmstone/snappyer suffers the same problem. |
I'm having the same problem (I'm on macOS). The workaround, er, works for me, too. |
When
crc32cer
is used as a dependency, the NIF sources are not found, and the port compiler says:This can be worked around by doing
in the parent project, but it would be nice if this worked out-of-the-box.
The text was updated successfully, but these errors were encountered: