mirror of
https://github.com/gentoo-mirror/guru.git
synced 2025-04-21 07:52:21 -04:00
Closes: https://bugs.gentoo.org/946510 Signed-off-by: Takuya Wakazono <pastalian46@gmail.com>
12 lines
326 B
Diff
12 lines
326 B
Diff
https://bugs.gentoo.org/946510
|
|
https://github.com/Freed-Wu/pyrime/pull/3
|
|
Using Cython requires both 'cython' and 'c' to be specified in the
|
|
project().
|
|
--- a/meson.build
|
|
+++ b/meson.build
|
|
@@ -1,3 +1,3 @@
|
|
-project('pyrime', 'cython', version: '0.0.7')
|
|
+project('pyrime', 'cython', 'c', version: '0.0.7')
|
|
|
|
subdir('src/pyrime')
|