diff options
Diffstat (limited to 'xmake/rules/python')
| -rw-r--r-- | xmake/rules/python/cython/xmake.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xmake/rules/python/cython/xmake.lua b/xmake/rules/python/cython/xmake.lua index 87ad1b669..b29c55c39 100644 --- a/xmake/rules/python/cython/xmake.lua +++ b/xmake/rules/python/cython/xmake.lua @@ -20,7 +20,7 @@ rule("python.cython") add_deps("python.module") - set_extensions(".py", ".pyx") + set_extensions(".py", ".pyx", ".pyi") on_load(function (target) local language = target:extraconf("rules", "python.cython", "language") |
