You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It seems that building libshadowsocks-libev.a by CMake with no LIB_ONLY defined. It makes no _start_ss_local_server when some EXE linking with libshadowsocks-libev.a. Locally I resolved it by updating src/CMakeLists.txt:184 to:
target_compile_definitions(shadowsocks-libev PUBLIC -DMODULE_LOCAL -DLIB_ONLY)
The text was updated successfully, but these errors were encountered:
It seems that building libshadowsocks-libev.a by CMake with no LIB_ONLY defined. It makes no _start_ss_local_server when some EXE linking with libshadowsocks-libev.a. Locally I resolved it by updating src/CMakeLists.txt:184 to:
The text was updated successfully, but these errors were encountered: