Enable set the VENDORED_PATH for libgit2 (#650) #652
Loading…
Reference in New Issue
No description provided.
Delete Branch "cherry-pick-281383856-release-0.27"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
What this change is doing?
This change aims to enable us to set the
VENDORED_PATH
as an environment variable and failback to the default value if the environment variable is not set. Thus, this change should not break current behavior.Why we need this?
This will enable using the script to build libgit2 form source code downloaded manually.
Example:
(cherry picked from commit
f3a746d7b6
)