Remove iOS Bluetooth dependency

This commit is contained in:
Joshua Granick
2020-09-29 11:04:23 -07:00
parent d918341db0
commit ba6fafeefa
3 changed files with 4 additions and 4 deletions

View File

@@ -502,7 +502,7 @@
<vflag name="-framework" value="AudioUnit" />
<vflag name="-framework" value="OpenAL"/>
<vflag name="-framework" value="GameController"/>
<vflag name="-framework" value="CoreBluetooth" />
<!-- <vflag name="-framework" value="CoreBluetooth" /> -->
<lib name="-ldl" />
<lib name="-lEGL" />
@@ -522,7 +522,7 @@
<vflag name="-framework" value="OpenAL"/>
<vflag name="-framework" value="CoreMotion"/>
<vflag name="-framework" value="CoreText"/>
<vflag name="-framework" value="CoreBluetooth" />
<!-- <vflag name="-framework" value="CoreBluetooth" /> -->
<lib name="-ldl" />
<lib name="-lEGL" />