Compile Cython .c file module

10 views
Skip to first unread message

Maximilien Laenen

unread,
Apr 19, 2024, 3:16:55 PMApr 19
to Kivy users support
Hello,

I am trying to compile a my Cython .c file with Buildozer but can't find how to proceed.

Testing locally works perfectly with the command:
gcc -g -shared -pthread -fPIC -fwrapv -Wall -fno-strict-aliasing -I/usr/include/python3.8 -o test.so test.c

However, I cant make it with buildozer (or withouth I'm ok with it).
Note that I would liek to not go through a python file being cythonized then compiled. I would like to keep my manually written C file.
Reply all
Reply to author
Forward
0 new messages