mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-13 17:13:00 -04:00
dev-python/uharfbuzz: also link harfbuzz-subset
Closes: https://bugs.gentoo.org/836406 Signed-off-by: Alessandro Barbieri <lssndrbarbieri@gmail.com>
This commit is contained in:
@@ -14,7 +14,7 @@
|
||||
extra_compile_args = []
|
||||
extra_link_args = []
|
||||
-libraries = []
|
||||
+libraries = ['harfbuzz']
|
||||
+libraries = ['harfbuzz', 'harfbuzz-subset']
|
||||
if platform.system() != 'Windows':
|
||||
extra_compile_args.append('-std=c++11')
|
||||
define_macros.append(('HAVE_MMAP', '1'))
|
||||
|
||||
Reference in New Issue
Block a user