Skip to content

Commit

Permalink
revert
Browse files Browse the repository at this point in the history
  • Loading branch information
Rigidity committed Oct 30, 2024
1 parent e7d8698 commit 44768e2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,6 @@ option(BUILD_STATIC_CHIAPOS_LIBRARY "Build chiapos static library (verify-only)"
IF (BUILD_STATIC_CHIAPOS_LIBRARY)
message("Build chiapos static library (verify-only)")
add_library(chiapos_static STATIC src/chacha8.c c-bindings/wrapper.cpp)
target_link_libraries(chiapos_static PUBLIC -static -Wl,--whole-archive -lrt -lpthread -Wl,--no-whole-archive)
target_link_libraries(chiapos_static PRIVATE blake3)
target_include_directories(chiapos_static PUBLIC lib/include)
ENDIF()
Expand Down

0 comments on commit 44768e2

Please sign in to comment.