Open
Description
Catalyst uses the .so
file extension for dynamic libraries on macOS in a few places (see below). We should rename these libraries so that they use the standard .dylib
extension.
A few examples where we use the .so
file extension (this is not necessarily an exhaustive list):
Lines 241 to 254 in 57bc011
Be sure to update the relevant Makefile commands and build scripts as well, for example:
Lines 215 to 216 in 57bc011