Skip to content

Commit d90dd68

Browse files
committed
update make.php
1 parent 5c29113 commit d90dd68

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

sapi/src/template/make.php

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -247,11 +247,6 @@
247247
export LIBS="$LIBS -lcrypto -lssl -lmpdec -lmpdec++ -lbz2 -llzma -lHacl_Hash_SHA2 -lb2 -lexpat -lxml2 -lform -lmenu -ltic -lpanel -lncurses++ -lncurses "
248248
<?php endif; ?>
249249
<?php endif; ?>
250-
<?php if ($this->isMacos()) : ?>
251-
<?php if ($this->hasExtension('swoole')) : ?>
252-
export LIBS="$LIBS -lpthread"
253-
<?php endif; ?>
254-
<?php endif; ?>
255250
<?php if ($this->isLinux() && ($this->get_C_COMPILER() == 'musl-gcc')) : ?>
256251
ln -sf /usr/include/linux/ /usr/include/x86_64-linux-musl/linux
257252
ln -sf /usr/include/x86_64-linux-gnu/asm/ /usr/include/x86_64-linux-musl/asm

0 commit comments

Comments
 (0)