Skip to content
This repository was archived by the owner on Jan 9, 2018. It is now read-only.

Commit fcd7621

Browse files
committed
Forgot mbedtls flag for curl
1 parent 916ec3b commit fcd7621

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

compile.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -603,7 +603,7 @@ else
603603
--without-libidn \
604604
--with-zlib="$DIR/bin/php7" \
605605
--without-ssl \
606-
--with-polarssl="$DIR/bin/php7" \
606+
--with-mbedtls="$DIR/bin/php7" \
607607
--enable-threaded-resolver \
608608
--prefix="$DIR/bin/php7" \
609609
$EXTRA_FLAGS \

0 commit comments

Comments
 (0)