mirror of https://github.com/ppy/SDL3-CS.git
Add currently-not-working rule for unsupported attribute
This commit is contained in:
parent
45470822f3
commit
68d66781a2
|
|
@ -4,3 +4,7 @@
|
|||
# ClangSharp recommended remapping
|
||||
--remap
|
||||
SDL_hid_device_=SDL_hid_device
|
||||
|
||||
# iOS builds opt out of HIDAPI
|
||||
--with-attribute
|
||||
*=UnsupportedOSPlatform("iOS")
|
||||
Loading…
Reference in New Issue