Add currently-not-working rule for unsupported attribute

This commit is contained in:
Salman Alshamrani 2024-12-18 09:19:18 -05:00
parent 45470822f3
commit 68d66781a2
1 changed files with 4 additions and 0 deletions

View File

@ -4,3 +4,7 @@
# ClangSharp recommended remapping
--remap
SDL_hid_device_=SDL_hid_device
# iOS builds opt out of HIDAPI
--with-attribute
*=UnsupportedOSPlatform("iOS")