From f2ba26860e27566e87491613fa2609c771ca93b1 Mon Sep 17 00:00:00 2001 From: Fahad Al-Saidi Date: Wed, 14 Dec 2016 11:05:14 +0400 Subject: [PATCH] fix setup.py --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 7595acfd3..6c4c437d0 100755 --- a/setup.py +++ b/setup.py @@ -114,7 +114,6 @@ IMAGEQUANT_ROOT = None TIFF_ROOT = None FREETYPE_ROOT = None LCMS_ROOT = None - RAQM_ROOT = None def _pkg_config(name): @@ -515,6 +514,7 @@ class pil_build_ext(build_ext): _add_directory(self.compiler.include_dirs, subdir, 0) if feature.want('raqm'): + _dbg('Looking for raqm') if _find_include_file(self, "raqm.h"): if _find_library_file(self, "raqm") and \ _find_library_file(self, "harfbuzz") and \