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

Better custom configuration #693

Merged
merged 1 commit into from Jun 10, 2019
Merged

Conversation

hongchangwu
Copy link
Contributor

I was tripped up by the example in the travis script when trying to
build lwt with libev without opam.
dune exec src/unix/configurator.exe -- -use-libev true doesn't really
do anything since the lwt_config file will be generated at the project root
instead of where dune expects it.

Also update the dune file to allow proper fallback. Currently dune
gives a warning when a file is both in the source tree and generated by a rule.
This will be an error in future versions of dune.

@hongchangwu hongchangwu force-pushed the configure branch 2 times, most recently from b4c9fb6 to acaf44b Compare June 8, 2019 06:34
I was tripped up by the example in the travis script when trying to
build lwt with libev without opam.
`dune exec src/unix/configurator.exe -- -use-libev true` doesn't really
do anything since the `lwt_config` file will be generated at the project root
instead of where dune expects it.

Also update the `dune` file to allow proper fallback. Currently dune
gives a warning when a file is both in the source tree and generated by a rule.
This will be an error in future versions of dune.
@aantron aantron merged commit 1715be4 into ocsigen:master Jun 10, 2019
@aantron
Copy link
Collaborator

aantron commented Jun 10, 2019

Thanks!

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