mirror of
https://github.com/ossrs/srs.git
synced 2025-03-09 15:49:59 +00:00
fix build failed bug for osx.
This commit is contained in:
parent
1ffd5fd455
commit
c4c63f7825
1 changed files with 1 additions and 1 deletions
|
@ -388,7 +388,7 @@ if [ $SRS_EXPORT_LIBRTMP_PROJECT = NO ]; then
|
||||||
_ST_MAKE=linux-debug && _ST_EXTRA_CFLAGS="-DMD_HAVE_EPOLL"
|
_ST_MAKE=linux-debug && _ST_EXTRA_CFLAGS="-DMD_HAVE_EPOLL"
|
||||||
# for osx, use darwin for st, donot use epoll.
|
# for osx, use darwin for st, donot use epoll.
|
||||||
if [ $OS_IS_OSX = YES ]; then
|
if [ $OS_IS_OSX = YES ]; then
|
||||||
_ST_MAKE=darwin-debug && _ST_EXTRA_CFLAGS="EXTRA_CFLAGS=-DMD_HAVE_KQUEUE"
|
_ST_MAKE=darwin-debug && _ST_EXTRA_CFLAGS="-DMD_HAVE_KQUEUE"
|
||||||
fi
|
fi
|
||||||
# memory leak for linux-optimized
|
# memory leak for linux-optimized
|
||||||
# @see: https://github.com/ossrs/srs/issues/197
|
# @see: https://github.com/ossrs/srs/issues/197
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue