mirror of
https://github.com/nginx/nginx.git
synced 2025-02-25 18:55:26 -06:00
Fixed building --with-cpp_test_module on some systems.
This commit is contained in:
parent
1c168c7875
commit
430ab81a72
@ -458,6 +458,7 @@ fi
|
|||||||
|
|
||||||
if [ $NGX_CPP_TEST = YES ]; then
|
if [ $NGX_CPP_TEST = YES ]; then
|
||||||
NGX_MISC_SRCS="$NGX_MISC_SRCS $NGX_CPP_TEST_SRCS"
|
NGX_MISC_SRCS="$NGX_MISC_SRCS $NGX_CPP_TEST_SRCS"
|
||||||
|
CORE_LIBS="$CORE_LIBS -lstdc++"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user