mirror of
https://github.com/darlinghq/darling-libobjc2.git
synced 2024-11-23 20:29:50 +00:00
Unconditionally make message.h a system header to work around an old-clang bug.
This commit is contained in:
parent
c3aa9b62e6
commit
93e297fd87
@ -1,4 +1,4 @@
|
||||
#if defined(__clang__) && !defined(__OBJC_RUNTIME_INTERNAL__)
|
||||
#if defined(__clang__)
|
||||
#pragma clang system_header
|
||||
#endif
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user