mirror of
https://github.com/joncampbell123/dosbox-x.git
synced 2025-10-14 02:17:36 +08:00
Add IOKit framework to LIBS when compiling for Mac OSX
This commit is contained in:
@@ -461,7 +461,7 @@ case "$host" in
|
||||
OBJCXXFLAGS="$OBJCXXFLAGS -std=gnu++11";
|
||||
fi
|
||||
AC_DEFINE(MACOSX, 1, [Compiling on Mac OS X])
|
||||
LIBS="$LIBS -framework Carbon -framework CoreFoundation -framework CoreMIDI -framework AudioUnit -framework AudioToolbox -framework ApplicationServices -framework AppKit"
|
||||
LIBS="$LIBS -framework Carbon -framework CoreFoundation -framework CoreMIDI -framework AudioUnit -framework AudioToolbox -framework ApplicationServices -framework AppKit -framework IOKit"
|
||||
dnl FEATURE: Whether to support direct serial port passthrough
|
||||
AC_DEFINE(C_DIRECTSERIAL, 1, [ Define to 1 if you want serial passthrough support (Win32, Posix and OS/2).])
|
||||
;;
|
||||
|
Reference in New Issue
Block a user