C++ extensions
#5508
-
Hello everyone. Is there any way to include written c++ extension to .exe build in order to run this program on machine without python installed? |
Beta Was this translation helpful? Give feedback.
Answered by
Legorooj
Feb 6, 2021
Replies: 1 comment
-
Yes, you can just add the file with the |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
htgoebel
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Yes, you can just add the file with the
--add-binary
command and import it like you would normally.