mirror of
https://github.com/darlinghq/darling-objc4.git
synced 2024-11-23 04:09:46 +00:00
Apple's Objective-C runtime
1a12df76d1
The Objective-C runtime version 2 (used for non-32-bit architectures) added a runtime lock. This lock is always taken before the message log lock, but the lockdebug subsystem wasn't made aware of this; because of this, it would throw an error saying the lock order wasn't defined. Let's define it so it can calm down. |
||
---|---|---|
objc.xcodeproj | ||
objcdt | ||
objcrt | ||
runtime | ||
test | ||
APPLE_LICENSE | ||
interposable.txt | ||
libobjc.order | ||
markgc.cpp | ||
objc4.plist | ||
objc.sln | ||
objc.vcproj | ||
prebuild.bat | ||
ReleaseNotes.rtf | ||
unexported_symbols | ||
version.bat | ||
version.rc |