Enable ARC for the coretext font lister

This commit is contained in:
Thomas Goyne 2015-11-07 11:44:36 -08:00
parent 973f0b09fc
commit 63bb585db6

View file

@ -120,6 +120,7 @@ src_OBJ := \
ifeq (yes, $(BUILD_DARWIN))
src_OBJ += $(d)font_file_lister_coretext.o
src_OBJ += $(subst .mm,.o,$(wildcard $(d)osx/*.mm))
$(d)font_file_lister_coretext.o_FLAGS := -fobjc-arc
else
src_OBJ += $(d)font_file_lister_fontconfig.o
endif