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

Commits on Jun 8, 2019

  1. Better custom configuration

    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 committed Jun 8, 2019
    Configuration menu
    Copy the full SHA
    f92d5d5 View commit details
    Browse the repository at this point in the history