mirror of
https://github.com/bluekitchen/btstack.git
synced 2025-03-24 13:43:38 +00:00
no use for UIKit in daemon or libBTstack
This commit is contained in:
parent
483483213e
commit
7821a5bde5
@ -120,7 +120,7 @@ if test "x$target" = xiphone; then
|
||||
OBJC="$DEVELOPER_PATH/usr/bin/arm-apple-darwin$darwin_v$compiler_prefix-g++-$GCC_VERSION"
|
||||
CFLAGS="$CFLAGS -g"
|
||||
CPPFLAGS="$CPPFLAGS -isysroot $SDK_PATH"
|
||||
LDFLAGS="$LDFLAGS -framework Foundation -framework CoreFoundation -framework UIKit -lobjc"
|
||||
LDFLAGS="$LDFLAGS -framework Foundation -framework CoreFoundation -lobjc"
|
||||
LDFLAGS="$LDFLAGS -L$SDK_PATH/System/Library/Frameworks/IOKit.framework/Versions/A -lIOKit"
|
||||
LDFLAGS="$LDFLAGS $SDK_PATH/System/Library/PrivateFrameworks/BluetoothManager.framework/BluetoothManager"
|
||||
;;
|
||||
|
@ -73,7 +73,6 @@
|
||||
#include <mach/mach.h>
|
||||
#define IOKIT
|
||||
#include <device/device_types.h>
|
||||
#include <UIKit/UIKit.h>
|
||||
|
||||
// costants
|
||||
#define sys_iokit err_system(0x38)
|
||||
|
Loading…
x
Reference in New Issue
Block a user