mirror of
https://github.com/polhenarejos/pico-keys-sdk
synced 2026-05-28 17:11:23 +02:00
Add otp for windows and linux.
Signed-off-by: Pol Henarejos <pol.henarejos@cttc.es>
This commit is contained in:
@@ -78,7 +78,7 @@ if(NOT ESP_PLATFORM)
|
||||
elseif(MSVC)
|
||||
target_compile_options(pico_rescue PRIVATE -WX)
|
||||
|
||||
target_link_libraries(pico_rescue PRIVATE wsock32 ws2_32 Bcrypt)
|
||||
target_link_libraries(pico_rescue PRIVATE wsock32 ws2_32 Bcrypt Ncrypt)
|
||||
else()
|
||||
target_link_options(pico_rescue PRIVATE -Wl,--gc-sections)
|
||||
endif()
|
||||
|
||||
Reference in New Issue
Block a user