mirror of
https://github.com/bluekitchen/btstack.git
synced 2025-02-21 12:40:42 +00:00
correct spelling of IOKit
This commit is contained in:
parent
c86d4922a1
commit
94347acc2a
@ -98,7 +98,7 @@ if test "x$target" = xiphone; then
|
||||
LDFLAGS="$LDFLAGS -L$SDK_PATH/usr/lib -framework Foundation -framework CoreFoundation -framework UIKit"
|
||||
LDFLAGS="$LDFLAGS -L$SDK_PATH/System/Library/Frameworks/IOKit.framework/Versions/A"
|
||||
LDFLAGS="$LDFLAGS $SDK_PATH/System/Library/PrivateFrameworks/BluetoothManager.framework/BluetoothManager"
|
||||
LDFLAGS="$LDFLAGS -lIOkit -lobjc"
|
||||
LDFLAGS="$LDFLAGS -lIOKit -lobjc"
|
||||
;;
|
||||
*)
|
||||
AC_MSG_ERROR(Don't know how to compile without Apple's iPhone SDK, sorry.)
|
||||
|
Loading…
x
Reference in New Issue
Block a user