Skip to content
This repository was archived by the owner on Jul 9, 2026. It is now read-only.

Search for ctypesgen if ctypesgen.py is not found.#90

Open
bobh66 wants to merge 1 commit into
graphql:masterfrom
bobh66:fix_ctypesgen
Open

Search for ctypesgen if ctypesgen.py is not found.#90
bobh66 wants to merge 1 commit into
graphql:masterfrom
bobh66:fix_ctypesgen

Conversation

@bobh66

@bobh66 bobh66 commented Sep 28, 2019

Copy link
Copy Markdown

The latest version of ctypesgen installs the executable as "ctypesgen" instead of "ctypesgen.py", so the cmake command fails to find it.

This PR adds a check to see if ctypesgen.py was found, and if not it looks for ctypesgen and uses that.

Fixes #89

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Build fails with latest ctypesgen

2 participants