mirror of
https://github.com/ossrs/srs.git
synced 2025-03-09 15:49:59 +00:00
Fix build failed.
This commit is contained in:
parent
121eadbc07
commit
86f3bd7a0f
1 changed files with 1 additions and 1 deletions
|
@ -65,7 +65,7 @@ ifeq ($(GCC), arm-linux-gnueabi-gcc)
|
|||
endif
|
||||
# for mips, add -lgcc_eh, or stl compile failed.
|
||||
ifeq ($(GCC), mipsel-openwrt-linux-gcc)
|
||||
EXTRA_CXX_FLAG = -g -O0 -ldl -lstdc++ -lgcc_eh
|
||||
EXTRA_CXX_FLAG = -g -O0 -ldl -lstdc++ -lm -lgcc_eh
|
||||
endif
|
||||
# for ssl or nossl
|
||||
ifeq ($(HANDSHAKE), SSL)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue