Join GitHub today
GitHub is home to over 20 million developers working together to host and review code, manage projects, and build software together.
Question: Is it possible to avoiding cpython-36m-x86_64-linux-gnu from generated module? #1740
Comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
stefanos82 commentedJun 16, 2017
When I use terminal commands, I can produce the desired module with the name of my choice, that is to match the name of my
.pyxand.cfiles.When I use the
setup.pythough, I get a module withcpython-36m-x86_64-linux-gnuappended as a suffix.Is there a way to tell
setup.pyto generate a shared object with the same name as my generated.cfile?