Details
-
Bug
-
Resolution: Done
-
P1: Critical
-
0.2
-
None
-
55f32f1a1d0ab62117ba7d9586d0bde7d9ded134
Description
At the moment, dynamic libraries on macOS get a ".so" suffix. It's conventional here to use ".dylib". The attached patch fixes this, and also cleans up some code which made assumptions about library naming in the GenericGCC module and broke when the suffix was not three characters long! Patch needs review by somebody more familiar with the codebase I think.