mirror of
https://gitlab.com/mbunkus/mkvtoolnix.git
synced 2024-12-28 13:57:22 +00:00
00468a549b
That way they don't have to be set manually before running `configure`. Fixes #2485.
10 lines
141 B
Plaintext
10 lines
141 B
Plaintext
dnl
|
|
dnl Check for being compiled on macOS
|
|
dnl
|
|
|
|
case $host in
|
|
*darwin*)
|
|
export LDFLAGS="$LDFLAGS -framework CoreFoundation"
|
|
;;
|
|
esac
|