Skip to content

macOS fixes

Tom Schoonjans requested to merge tschoonj/ghex:macos-fixes into master

This MR fixes two macOS specific issues:

  • macOS linkers do not support --no-undefined, so meson will now check if this argument is truly supported before using it
  • use the darwin_versions to fix the dylib versioning.

Merge request reports