Improve runtime detection in makefile

This commit is contained in:
hmelder 2024-06-11 18:20:26 +02:00
parent 55599c8913
commit 073b00657a

View file

@ -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