111185838c
#### Problem: The current `CMAKE_INSTALL_PREFIX` value for the `system` build mode is `/usr`. However, in`macOS` as an example, you cannot write to `/usr` without `sudo` permission. #### Proposed solution: Enable changing the value to `/usr/local` (or any other path). This change makes the script use the value of the environment variable `SYSTEM_INSTALL_PREFIX` to select the installation path. If the variable is not set, it fallback to the path `/usr`. |
||
---|---|---|
.. | ||
build-libgit2-dynamic.sh | ||
build-libgit2-static.sh | ||
build-libgit2.sh | ||
check-MakeGitError-thread-lock.go | ||
install-libgit2.sh |