Skip to content

Commit ae81d1f

Browse files
committed
fake-dlfcn module issues
1 parent 24506ef commit ae81d1f

1 file changed

Lines changed: 1 addition & 7 deletions

File tree

src/CMakeLists.txt

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -179,13 +179,7 @@ if(ANDROID)
179179
target_link_libraries(ssr-client ancillary json-c uv_a cstl mbedtls sodium bloom m log uv-mbed uri-encode)
180180
]]
181181

182-
include(FetchContent)
183-
FetchContent_Declare(
184-
fake-dlfcn
185-
GIT_REPOSITORY https://github.com/ssrlive/fake-dlfcn.git
186-
GIT_TAG 2ee50c763c85f67a3062bf65163ea63a19a53709
187-
)
188-
FetchContent_MakeAvailable(fake-dlfcn)
182+
include_directories(${LIB_FAKE_DLFCN_DIR})
189183

190184
list ( APPEND SOURCE_FILES_CLIENT
191185
android.c

0 commit comments

Comments
 (0)