Skip to content

Cannot compile with --noPython flag. #3

@EdSantilli

Description

@EdSantilli

The code within PyBase.cpp will not compile with --noPython. My workaround is to wrap the entire PyBase.cpp code in a pre-processor check:
#ifdef CH_USE_PYTHON
...
#endif

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions