Skip to content

Commit

Permalink
fake-dlfcn module issues
Browse files Browse the repository at this point in the history
  • Loading branch information
ssrlive committed Nov 17, 2024
1 parent 24506ef commit ae81d1f
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions src/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -179,13 +179,7 @@ if(ANDROID)
target_link_libraries(ssr-client ancillary json-c uv_a cstl mbedtls sodium bloom m log uv-mbed uri-encode)
]]

include(FetchContent)
FetchContent_Declare(
fake-dlfcn
GIT_REPOSITORY https://github.com/ssrlive/fake-dlfcn.git
GIT_TAG 2ee50c763c85f67a3062bf65163ea63a19a53709
)
FetchContent_MakeAvailable(fake-dlfcn)
include_directories(${LIB_FAKE_DLFCN_DIR})

list ( APPEND SOURCE_FILES_CLIENT
android.c
Expand Down

0 comments on commit ae81d1f

Please sign in to comment.