Skip to content

Commit

Permalink
revert shared lib config
Browse files Browse the repository at this point in the history
  • Loading branch information
xiazhvera committed Jul 30, 2024
1 parent 37c31e6 commit 6de1e5a
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -43,13 +43,10 @@ if (BUILD_DEPS)

add_subdirectory(crt/aws-c-common)
if (UNIX AND NOT APPLE)
set(SEARCH_LIBCRYPTO ON)
set(SEARCH_LIBCRYPTO OFF)
set(DISABLE_GO ON)
set(DISABLE_PERL ON)
set(BUILD_LIBSSL OFF)
set(S2N_USE_CRYPTO_SHARED_LIBS ON)
set($ENV{S2N_LIBCRYPTO} awslc)
set($ENV{LD_LIBRARY_PATH} /root/aws-crt-nodejs/build/install/lib64/libcrypto.a)
add_subdirectory(crt/aws-lc)
set(UNSAFE_TREAT_WARNINGS_AS_ERRORS OFF)
add_subdirectory(crt/s2n)
Expand Down

0 comments on commit 6de1e5a

Please sign in to comment.