Skip to content

Commit

Permalink
Build libevent without openssl
Browse files Browse the repository at this point in the history
  • Loading branch information
sstone committed Feb 12, 2024
1 parent b9a2313 commit dd9eb72
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion native/ios/libevent.sh
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ export LDFLAGS="${HOST_FLAGS}"
./configure \
--host="${CHOST}" \
--prefix="${PREFIX}" \
--enable-static --disable-shared \
--enable-static --disable-shared --disable-openssl\
--enable-gcc-hardening --disable-samples \
cross_compiling="yes" ac_cv_func_clock_gettime="no"

Expand Down

0 comments on commit dd9eb72

Please sign in to comment.