Skip to content

Disable --version-script linker flag on macOS

fwcd requested to merge fwcd/totem-pl-parser:disable-version-script-macos into master

This flag is unavailable in Apple's implementation of ld. With this patch, the library builds successfully on macOS too.

Merge request reports