Skip to content

Commit

Permalink
Compile against static CRT
Browse files Browse the repository at this point in the history
  • Loading branch information
kasperisager committed Mar 12, 2024
1 parent fe5cf73 commit 64b84ec
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 @@ -12,9 +12,13 @@ mirror_drive(
SOURCE qogbhqbcxknrpeotyz7hk4x3mxuf6d9mhb1dxm6ms5sdn6hh1uso
DESTINATION ${PROJECT_SOURCE_DIR}/prebuilds
PREFIX /${target}
CHECKOUT 113
CHECKOUT 115
)

if(MSVC)
add_compile_options(/MT$<$<CONFIG:Debug>:d>)
endif()

if(NOT TARGET uv)
add_subdirectory(vendor/libuv EXCLUDE_FROM_ALL)
endif()
Expand Down

0 comments on commit 64b84ec

Please sign in to comment.