Skip to content
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

Fix missing kernel, stdlib application warning #66

Merged
merged 1 commit into from
Apr 29, 2020

Conversation

fhunleth
Copy link

This fixes the following warning when building websocket_client:

===> Compiling websocket_client
===> "deps/websocket_client/ebin/websocket_client.app" is missing kernel from applications list
===> "deps/websocket_client/ebin/websocket_client.app" is missing stdlib from applications list

This fixes the following warning when building websocket_client:

```
===> Compiling websocket_client
===> "deps/websocket_client/ebin/websocket_client.app" is missing kernel from applications list
===> "deps/websocket_client/ebin/websocket_client.app" is missing stdlib from applications list
```
@sanmiguel sanmiguel merged commit b446ae0 into sanmiguel:master Apr 29, 2020
@sanmiguel
Copy link
Owner

Thank you!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants