You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Right now gencstd.py creates wrapper files containing function definitions. These are not committed. Especially on Windows it's a pain to generate these because python is slow. Ideally you would just import C header files like this:
import "path/to/header.h"
The text was updated successfully, but these errors were encountered:
Right now gencstd.py creates wrapper files containing function definitions. These are not committed. Especially on Windows it's a pain to generate these because python is slow. Ideally you would just import C header files like this:
The text was updated successfully, but these errors were encountered: