Skip to content

Improve linking with widget libraries on macOS

Mohamed Akram requested to merge mohd-akram/libxt:fix-macos-linking into master

This allows getting rid of the vendor shell hack in libXaw and libXaw3d by using a coalesced weak reference.

The hack causes problems when linking eg. both Xm and Xaw as ddd does (see here).

Merge request reports