Kaydet (Commit) 1a6a3a12 authored tarafından Tor Lillqvist's avatar Tor Lillqvist

In the 10.7 SDK CoreText is in the ApplicationServices framework

Although I don't understand why this worked before, huh.

Change-Id: I67ea314330630f331acaabd1c47128de6e340bb2
üst bfa21ce5
...@@ -353,9 +353,15 @@ $(eval $(call gb_Library_add_exception_objects,vcl,\ ...@@ -353,9 +353,15 @@ $(eval $(call gb_Library_add_exception_objects,vcl,\
vcl/aqua/source/gdi/coretext/salgdi \ vcl/aqua/source/gdi/coretext/salgdi \
)) ))
ifeq ($(MACOSX_SDK_VERSION),1070)
$(eval $(call gb_Library_use_system_darwin_frameworks,vcl,\
ApplicationServices \
))
else
$(eval $(call gb_Library_use_system_darwin_frameworks,vcl,\ $(eval $(call gb_Library_use_system_darwin_frameworks,vcl,\
CoreText \ CoreText \
)) ))
endif
else # ATSUI else # ATSUI
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment