Temporarily re-enable HIDAPI on iOS.

This can be undone once https://github.com/libsdl-org/SDL/issues/5699
gets resolved.
This commit is contained in:
Joseph Cloutier
2022-05-21 15:52:49 -04:00
parent f87cdfd11e
commit 41d93722f9

View File

@@ -107,7 +107,7 @@
<compilerflag value="-D__IPHONEOS__" if="ios || tvos" />
<compilerflag value="-D__TVOS__" if="tvos" />
<compilerflag value="-DSDL_HIDAPI_DISABLED" />
<compilerflag value="-DSDL_HIDAPI_DISABLED" unless="ios || tvos" />
<section if="windows">