mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-30 16:30:41 +00:00
Make use of new KVO implementation configurable
This commit is contained in:
parent
672fe7f909
commit
a1a3f42ec0
4 changed files with 57 additions and 1 deletions
|
@ -360,7 +360,7 @@ objc-load.m
|
|||
# We have two implementations for Key Value Observing.
|
||||
# One highly-optimised one that depends on libobjc2
|
||||
# and the original implementation.
|
||||
ifeq ($(OBJC_RUNTIME_LIB), ng)
|
||||
ifeq ($(GNUSTEP_BASE_HAVE_NEWKVO), 1)
|
||||
BASE_MFILES += \
|
||||
NSKVOSupport.m \
|
||||
NSKVOSwizzling.m
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue