Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

preproc_defs not handled correctly by buildlib #71

Closed
gold2718 opened this issue Jul 30, 2020 · 0 comments
Closed

preproc_defs not handled correctly by buildlib #71

gold2718 opened this issue Jul 30, 2020 · 0 comments
Labels
bug Something isn't working correctly

Comments

@gold2718
Copy link
Collaborator

capgen expects a list of CPP definitions, however, CAM_CPPDEFS is returned as a string. The buildlib variable, preproc_defs needs to be converted to an appropriate list.
In particular, if the value of CAM_CPPDEFS is 'UNSET', preproc_defs should be set to an empty list.

@gold2718 gold2718 added the bug Something isn't working correctly label Jul 30, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working correctly
Projects
None yet
Development

No branches or pull requests

2 participants