libgraphqlparser icon indicating copy to clipboard operation
libgraphqlparser copied to clipboard

Allow compiling without python

Open Hugmeir opened this issue 5 years ago • 0 comments

This PR makes Python an optional dependency when compiling the library.

Like with bison/flex, if Python isn't around, it just re-uses a pre-generated versions.

Hugmeir avatar Nov 21 '20 01:11 Hugmeir