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

Add option to disable build / link / use of resvg #48

Merged
merged 1 commit into from
Nov 26, 2024

Conversation

paulcadman
Copy link
Collaborator

This PR adds options to the justfile, lakefile and C bindings to disable build / linking / usage of the resvg library for rendering SVG files. The reason to do this is to help diagnose windows build issues.

Disable resvg when building with lake

lake -R -K resvg=disable build

Disable resvg when building with justfile

just disableResvg=yes build

This will skip building the resvg library and build the lake project using the -K resvg=disable as above.

@paulcadman paulcadman merged commit a2c252a into main Nov 26, 2024
2 checks passed
@paulcadman paulcadman deleted the option-disable-resvg branch November 26, 2024 23:30
paulcadman added a commit that referenced this pull request Jan 15, 2025
Add option to disable build / link / use of resvg
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