mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2025-02-22 22:25:51 +01:00
correct the patch from cjacker huang for iphone compiling
svn:r12953
This commit is contained in:
parent
15c048bdc5
commit
6421f6c449
1 changed files with 1 additions and 1 deletions
|
@ -31,7 +31,7 @@ AC_ARG_ENABLE(iphone,
|
||||||
AS_HELP_STRING(--enable-iphone, compile with iPhone support),
|
AS_HELP_STRING(--enable-iphone, compile with iPhone support),
|
||||||
[if test x$enableval = xyes ; then
|
[if test x$enableval = xyes ; then
|
||||||
tor_cv_iphone=true
|
tor_cv_iphone=true
|
||||||
CFLAGS="$CFLAGS -D__DARWIN_UINX03 -DIPHONE"
|
CFLAGS="$CFLAGS -D__DARWIN_UNIX03 -DIPHONE"
|
||||||
fi])
|
fi])
|
||||||
|
|
||||||
AC_ARG_ENABLE(cell-pool,
|
AC_ARG_ENABLE(cell-pool,
|
||||||
|
|
Loading…
Add table
Reference in a new issue