Fix StreamLoader for mac to look for the right extension (dylib in mac).
This MR fixes Allen to run in macos. Since the recent StreamLoader MR, the dynamic library extension had been hard-coded to be so
, which is Linux-specific. Now, macos is also supported by selecting the right extension with an ifdef, which is dylib
fo the macos case.