Unverified Commit 4cf17990 authored by Jeffrey Morgan's avatar Jeffrey Morgan Committed by GitHub
Browse files

use g++ to build `libext_server.so` on linux (#1972)

parent b6c0ef1e
......@@ -52,7 +52,7 @@ install() {
}
link_server_lib() {
gcc -fPIC -g -shared -o ${BUILD_DIR}/lib/libext_server.so \
g++ -fPIC -g -shared -o ${BUILD_DIR}/lib/libext_server.so \
-Wl,--whole-archive \
${BUILD_DIR}/lib/libext_server.a \
-Wl,--no-whole-archive \
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment