summarylogtreecommitdiffstats
path: root/harfbuzz-cflags.patch
blob: 251e633b73c51e55b21b1164cc1b49c1d99c33f1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
diff --git a/build-lin.sh b/build-lin.sh
index 7716b30..0dfc92d 100755
--- a/build-lin.sh
+++ b/build-lin.sh
@@ -32,5 +32,8 @@ popd
 mkdir -p build
 cd build

+# We must set these cxxflags so harfbuzz header is found:
+# https://gitlab.kitware.com/cmake/cmake/issues/19531
+CXXFLAGS=$(pkgconf --cflags harfbuzz) \
 cmake $@ .. || exit 1
 make -j || exit 1