Skip to content

Fix StreamLoader for mac to look for the right extension (dylib in mac).

Daniel Campora Perez requested to merge dcampora_fix_mac_build into master

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.

Merge request reports