Fix windows build.

Signed-off-by: Pol Henarejos <pol.henarejos@cttc.es>
This commit is contained in:
Pol Henarejos 2024-08-23 14:24:03 +02:00
parent 6c74db9763
commit cffa8e29ff
No known key found for this signature in database
GPG Key ID: C0095B7870A4CCD3

View File

@ -156,7 +156,6 @@ if(ENABLE_EMULATION)
target_link_options(pico_fido PUBLIC target_link_options(pico_fido PUBLIC
-Wl,--gc-sections -Wl,--gc-sections
) )
target_link_libraries(pico_fido PRIVATE m)
endif (APPLE) endif (APPLE)
else() else()
pico_add_extra_outputs(pico_fido) pico_add_extra_outputs(pico_fido)