mkvtoolnix/ac/macos.m4
Moritz Bunkus 00468a549b
macOS build: move certain compiler & linker flags to build system
That way they don't have to be set manually before running `configure`.

Fixes #2485.
2019-01-26 12:02:55 +01:00

10 lines
141 B
Plaintext

dnl
dnl Check for being compiled on macOS
dnl
case $host in
*darwin*)
export LDFLAGS="$LDFLAGS -framework CoreFoundation"
;;
esac