Exclude HIDAPI support on iOS to avoid `CoreBluetooth` references

This commit is contained in:
Salman Alshamrani 2024-12-18 05:05:45 -05:00
parent 882a88219e
commit 0c87c2ecf3
1 changed files with 3 additions and 0 deletions

View File

@ -89,6 +89,9 @@ jobs:
with:
submodules: true
- name: Disable CoreBluetooth
run: echo "#define SDL_HIDAPI_DISABLED 1" >> External/SDL/include/build_config/SDL_build_config_ios.h
- name: Build (iOS)
run: xcodebuild -project External/SDL/Xcode/SDL/SDL.xcodeproj -target SDL3.xcframework -configuration Release