[Scummvm-git-logs] scummvm master -> f6ce06fa4ff719a14a8befd2b052bfc3889fe09a
criezy
criezy at scummvm.org
Fri May 1 00:28:43 UTC 2020
This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .
Summary:
f6ce06fa4f MACOSX: Support using FriBiDi when building bundle
Commit: f6ce06fa4ff719a14a8befd2b052bfc3889fe09a
https://github.com/scummvm/scummvm/commit/f6ce06fa4ff719a14a8befd2b052bfc3889fe09a
Author: Thierry Crozat (criezy at scummvm.org)
Date: 2020-05-01T00:58:21+01:00
Commit Message:
MACOSX: Support using FriBiDi when building bundle
Changed paths:
ports.mk
diff --git a/ports.mk b/ports.mk
index a2106aed33..e95ad9cf7f 100644
--- a/ports.mk
+++ b/ports.mk
@@ -331,6 +331,10 @@ ifdef USE_FREETYPE2
OSX_STATIC_LIBS += $(STATICLIBPATH)/lib/libfreetype.a $(STATICLIBPATH)/lib/libbz2.a
endif
+ifdef USE_FRIBIDI
+OSX_STATIC_LIBS += $(STATICLIBPATH)/lib/libfribidi.a
+endif
+
ifdef USE_ICONV
OSX_STATIC_LIBS += -liconv
endif
More information about the Scummvm-git-logs
mailing list