Enable ARC for the coretext font lister
This commit is contained in:
parent
973f0b09fc
commit
63bb585db6
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue