Disabled the onion request (and libQuic) code in libSession

pull/1710/head
Morgan Pretty 1 month ago
parent df977ad15d
commit 1106474002

@ -22,6 +22,7 @@ set(CMAKE_BUILD_TYPE Release)
# Gradle automatically packages shared libraries with your APK.
set(STATIC_BUNDLE ON)
set(ENABLE_ONIONREQ OFF)
add_subdirectory(../../../libsession-util libsession)
set(SOURCES

Loading…
Cancel
Save