janestreet / base

Standard library for OCaml
MIT License
860 stars 125 forks source link

Rule running discover.exe is wrong in cross-compilation setups #88

Closed ghost closed 4 years ago

ghost commented 4 years ago

Because it depends on the target discover.exe binary for no reason.

I fixed the issue by removing the (deps ...) field internally, and I'm opening this issue to remind myself to do a minor release once the change surfaces back on github.

xclerc commented 4 years ago

Fixed by https://github.com/janestreet/base/commit/50f3b3e7363b6709601c23087f71dd0567b59869.