From 4346c3e063cf20e642dd6ba9814fbe7b78b2cc15 Mon Sep 17 00:00:00 2001 From: simon Date: Sat, 30 Nov 2019 20:02:26 -0500 Subject: [PATCH] Also use static libraries in sist2 build --- CMakeLists.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 25f0fb6..004b19e 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -157,8 +157,8 @@ if (WITH_SIST2) m bz2 magic - harfbuzz - openjp2 + ${PROJECT_SOURCE_DIR}/lib/libharfbuzz.a + ${PROJECT_SOURCE_DIR}/lib/libopenjp2.a freetype )