Skip to content

Makefile: Make it possible to use system-wide lexbor.#37

Open
fishinthecalculator wants to merge 1 commit into
dashbitco:mainfrom
fishinthecalculator:system_deps
Open

Makefile: Make it possible to use system-wide lexbor.#37
fishinthecalculator wants to merge 1 commit into
dashbitco:mainfrom
fishinthecalculator:system_deps

Conversation

@fishinthecalculator

Copy link
Copy Markdown
Contributor

This commit makes it possible to link against the system-wide lexbor instead of vendoring it by setting the LAZY_HTML_SYSTEM_LEXBOR=true environment variable. This is especially useful for Nix and Guix packages which may want to build the same commit of lexbor in their reproducible environments as a functional package.

  • Makefile: Read the LAZY_HTML_SYSTEM_LEXBOR variable and make vendoring optional.

This commit makes it possible to link against the system-wide lexbor
instead of vendoring it by setting the LAZY_HTML_SYSTEM_LEXBOR=true
environment variable. This is especially useful for Nix and Guix
packages which may want to build the same commit of lexbor in their
reproducible environments as a functional package.

* Makefile: Read the LAZY_HTML_SYSTEM_LEXBOR variable and make vendoring
optional.
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