mirror of
https://git.proxmox.com/git/libgit2
synced 2025-10-18 02:52:20 +00:00
Merge pull request #2755 from libgit2/ntk/readme_appveyor_build
Minor Readme improvments
This commit is contained in:
commit
3b6a566867
@ -1,7 +1,8 @@
|
|||||||
libgit2 - the Git linkable library
|
libgit2 - the Git linkable library
|
||||||
==================================
|
==================================
|
||||||
|
|
||||||
[](http://travis-ci.org/libgit2/libgit2)
|
[](http://travis-ci.org/libgit2/libgit2)
|
||||||
|
[](https://ci.appveyor.com/project/nulltoken/libgit2/branch/master)
|
||||||
[](https://scan.coverity.com/projects/639)
|
[](https://scan.coverity.com/projects/639)
|
||||||
|
|
||||||
`libgit2` is a portable, pure C implementation of the Git core methods
|
`libgit2` is a portable, pure C implementation of the Git core methods
|
||||||
@ -137,11 +138,11 @@ with full path to the toolchain):
|
|||||||
|
|
||||||
SET(CMAKE_SYSTEM_NAME Linux)
|
SET(CMAKE_SYSTEM_NAME Linux)
|
||||||
SET(CMAKE_SYSTEM_VERSION Android)
|
SET(CMAKE_SYSTEM_VERSION Android)
|
||||||
|
|
||||||
SET(CMAKE_C_COMPILER {PATH}/bin/arm-linux-androideabi-gcc)
|
SET(CMAKE_C_COMPILER {PATH}/bin/arm-linux-androideabi-gcc)
|
||||||
SET(CMAKE_CXX_COMPILER {PATH}/bin/arm-linux-androideabi-g++)
|
SET(CMAKE_CXX_COMPILER {PATH}/bin/arm-linux-androideabi-g++)
|
||||||
SET(CMAKE_FIND_ROOT_PATH {PATH}/sysroot/)
|
SET(CMAKE_FIND_ROOT_PATH {PATH}/sysroot/)
|
||||||
|
|
||||||
SET(CMAKE_FIND_ROOT_PATH_MODE_PROGRAM NEVER)
|
SET(CMAKE_FIND_ROOT_PATH_MODE_PROGRAM NEVER)
|
||||||
SET(CMAKE_FIND_ROOT_PATH_MODE_LIBRARY ONLY)
|
SET(CMAKE_FIND_ROOT_PATH_MODE_LIBRARY ONLY)
|
||||||
SET(CMAKE_FIND_ROOT_PATH_MODE_INCLUDE ONLY)
|
SET(CMAKE_FIND_ROOT_PATH_MODE_INCLUDE ONLY)
|
||||||
|
Loading…
Reference in New Issue
Block a user