summaryrefslogtreecommitdiff
path: root/xmake/rules/python/cython/xmake.lua
diff options
context:
space:
mode:
Diffstat (limited to 'xmake/rules/python/cython/xmake.lua')
-rw-r--r--xmake/rules/python/cython/xmake.lua2
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")