summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authornulltoken <emeric.fermas@gmail.com>2014-12-10 10:03:07 +0100
committernulltoken <emeric.fermas@gmail.com>2014-12-10 10:04:34 +0100
commit775d831b337295e3764c9c5d877e114eaa29701a (patch)
treec26c941feb0639185107a9c9913960b7c213c6c3 /README.md
parent0fae0391163c9c747e4b80976cf06dbf2917e479 (diff)
downloadlibgit2-775d831b337295e3764c9c5d877e114eaa29701a.tar.gz
readme: Trim trailing lines
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index f25bb12bb..17b7b22db 100644
--- a/README.md
+++ b/README.md
@@ -137,11 +137,11 @@ with full path to the toolchain):
SET(CMAKE_SYSTEM_NAME Linux)
SET(CMAKE_SYSTEM_VERSION Android)
-
+
SET(CMAKE_C_COMPILER {PATH}/bin/arm-linux-androideabi-gcc)
SET(CMAKE_CXX_COMPILER {PATH}/bin/arm-linux-androideabi-g++)
SET(CMAKE_FIND_ROOT_PATH {PATH}/sysroot/)
-
+
SET(CMAKE_FIND_ROOT_PATH_MODE_PROGRAM NEVER)
SET(CMAKE_FIND_ROOT_PATH_MODE_LIBRARY ONLY)
SET(CMAKE_FIND_ROOT_PATH_MODE_INCLUDE ONLY)