mirror of
https://github.com/odrling/Aegisub
synced 2025-04-11 22:56:02 +02:00
Enable ARC for the coretext font lister
This commit is contained in:
parent
973f0b09fc
commit
63bb585db6
@ -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…
x
Reference in New Issue
Block a user