mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-23 00:41:02 +00:00
Improve runtime detection in makefile
This commit is contained in:
parent
55599c8913
commit
073b00657a
1 changed files with 1 additions and 1 deletions
|
@ -361,7 +361,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 ($(OBJC2RUNTIME),1)
|
||||
ifeq ($(OBJC_RUNTIME_LIB), ng)
|
||||
BASE_MFILES += \
|
||||
NSKVOSupport.m \
|
||||
NSKVOSwizzling.m
|
||||
|
|
Loading…
Reference in a new issue