From 6c5632a1a51f8da2146ca32c4323a55a26233503 Mon Sep 17 00:00:00 2001 From: Ebrahim Byagowi Date: Sun, 12 Jan 2020 19:25:13 +0330 Subject: [PATCH] [harfbuzz] Add another location of fonts (#3222) Not very different from ones we have already, for the sake of completeness --- projects/harfbuzz/build.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/projects/harfbuzz/build.sh b/projects/harfbuzz/build.sh index 74c4f7d6b..c3d052052 100755 --- a/projects/harfbuzz/build.sh +++ b/projects/harfbuzz/build.sh @@ -43,6 +43,7 @@ for d in \ test/shaping/data/text-rendering-tests/fonts \ test/api/fonts \ test/fuzzing/fonts \ + perf/fonts \ ; do cp $d/* all-fonts/ done