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
Issue at:
studio/packages/project-editor/lvgl/build.ts
Line 2215 in d4aae76
Proposed Workaround: A quick solution to prevent this duplication:
if (!source.includes('#ifdef __has_include')) { source = `#ifdef __has_include #if __has_include("lvgl.h") #ifndef LV_LVGL_H_INCLUDE_SIMPLE #define LV_LVGL_H_INCLUDE_SIMPLE #endif #endif
#endif ${source}`;
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Issue at:
studio/packages/project-editor/lvgl/build.ts
Line 2215 in d4aae76
Proposed Workaround: A quick solution to prevent this duplication:
#endif
${source}`;
The text was updated successfully, but these errors were encountered: