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

Fix custom defines #24

Merged
merged 2 commits into from
Apr 8, 2024
Merged

Fix custom defines #24

merged 2 commits into from
Apr 8, 2024

Conversation

lithiumtoast
Copy link
Member

  • Fixes usage of macro object defines passed to libclang when coming from extract JSON config file.
  • Macro object defines in JSON config file are now type of ImmutableDictionary<string, string> instead of ImmutableArray<string>. The key is the name of macro object, and the value is the value of the macro object.

@lithiumtoast lithiumtoast merged commit 1f53e9b into main Apr 8, 2024
4 checks passed
@lithiumtoast lithiumtoast deleted the fix-custom-defines branch April 8, 2024 18:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant