We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
when there is only "- 'lib/third_party/**.h'", and I run "dart run ffigen --config ffigen_config.yaml",output is
when there is only "- 'lib/third_party/example.h'", and I run "dart run ffigen --config ffigen_config.yaml",output is
That means Glob syntax is not allowed. The version of ffigen is 16.0.0.
The text was updated successfully, but these errors were encountered:
I wonder if it's related to windows path delimiters. Does the glob work if you use \ instead? 'lib\third_party\**.h
\
'lib\third_party\**.h
Sorry, something went wrong.
I use \ instead,and it doesn't work. my src is there:
liamappelbe
No branches or pull requests
ffigen_config.yaml
when there is only "- 'lib/third_party/**.h'", and I run "dart run ffigen --config ffigen_config.yaml",output is
when there is only "- 'lib/third_party/example.h'", and I run "dart run ffigen --config ffigen_config.yaml",output is
That means Glob syntax is not allowed. The version of ffigen is 16.0.0.
The text was updated successfully, but these errors were encountered: