mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-12-06 19:41:15 +01:00
correct the patch from cjacker huang for iphone compiling
svn:r12953
This commit is contained in:
+1
-1
@@ -31,7 +31,7 @@ AC_ARG_ENABLE(iphone,
|
||||
AS_HELP_STRING(--enable-iphone, compile with iPhone support),
|
||||
[if test x$enableval = xyes ; then
|
||||
tor_cv_iphone=true
|
||||
CFLAGS="$CFLAGS -D__DARWIN_UINX03 -DIPHONE"
|
||||
CFLAGS="$CFLAGS -D__DARWIN_UNIX03 -DIPHONE"
|
||||
fi])
|
||||
|
||||
AC_ARG_ENABLE(cell-pool,
|
||||
|
||||
Reference in New Issue
Block a user