mirror of
https://gitlab.com/mbunkus/mkvtoolnix.git
synced 2025-02-26 08:22:31 +00:00
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
|