mirror of https://github.com/ppy/SDL3-CS.git
Exclude HIDAPI support on iOS to avoid `CoreBluetooth` references
This commit is contained in:
parent
882a88219e
commit
0c87c2ecf3
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue