You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
…e-rpc, dune-rpc-lwt, dune-private-libs, dune-glob, dune-configurator, dune-build-info and dune-action-plugin (3.0.1)
CHANGES:
- Fix compilation on MacOS SDK < 10.13. The native watch mode is disabled in
such instances (ocaml/dune#5431fixocaml/dune#5430, @rgrinberg)
- Do no add workspace_root to `BUILD_PATH_PREFIX_MAP` for projects before 3.0
(5448, @rgrinberg)
- Fix performance regression in incremental builds (ocaml/dune#5439, @snowleopard)
Building Dune on macOS < 10.13 results in the following compilation errors:
It seems like these APIs are only part of the 10.13 SDK.
The text was updated successfully, but these errors were encountered: