Skip to content

Commit

Permalink
use static linking of cloudflare zlib
Browse files Browse the repository at this point in the history
  • Loading branch information
shubhamchandak94 committed Aug 1, 2022
1 parent 97e00bc commit 6f3919d
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,11 @@ execute_process(
WORKING_DIRECTORY ${CMAKE_SOURCE_DIR}/cloudflare_zlib/
)
execute_process(
COMMAND make
COMMAND make clean
WORKING_DIRECTORY ${CMAKE_SOURCE_DIR}/cloudflare_zlib/
)
execute_process(
COMMAND make static
WORKING_DIRECTORY ${CMAKE_SOURCE_DIR}/cloudflare_zlib/
)

Expand Down

0 comments on commit 6f3919d

Please sign in to comment.