[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
[or-cvs] r22435: {projects} Add a missing space to the build instructions (projects/android/trunk/Orbot)
Author: sebastian
Date: 2010-05-28 15:59:30 +0000 (Fri, 28 May 2010)
New Revision: 22435
Modified:
projects/android/trunk/Orbot/BUILD
Log:
Add a missing space to the build instructions
Modified: projects/android/trunk/Orbot/BUILD
===================================================================
--- projects/android/trunk/Orbot/BUILD 2010-05-28 14:23:29 UTC (rev 22434)
+++ projects/android/trunk/Orbot/BUILD 2010-05-28 15:59:30 UTC (rev 22435)
@@ -60,7 +60,7 @@
autoconf
#need to disable setpgrp check in configure
export ac_cv_func_setpgrp_void=yes
- CC=droid-gcc LD=droid-ld CPPFLAGS="-I/home/foo/mydroid/external/zlib"./configure --host=arm-none-linux-gnueabi
+ CC=droid-gcc LD=droid-ld CPPFLAGS="-I/home/foo/mydroid/external/zlib" ./configure --host=arm-none-linux-gnueabi
#don't mind the "unrecognized option '-pthread'" error message that you'll see when you run make
make