-
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
Better support for OCaml dependencies in code using extension points #219
Comments
foretspaisibles
changed the title
Better support for OCaml dependencies
Better support for OCaml dependencies in code using extension points
Jan 6, 2016
The problem is caused by ocamldep not descending into expressions mentioning extension points. We should use |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
OCaml object files should depend on system libraries and 3rd party libraries, which would cause the expected recompilation when these libraries are upgraded.
The text was updated successfully, but these errors were encountered: