Skip to content

Commit 6a5209b

Browse files
committed
usermod
1 parent ffe40c4 commit 6a5209b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/base.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -285,5 +285,5 @@ if (CONFIG_IDF_TARGET_ESP32S3) # Extra compile options needed to build esp-nn AS
285285
target_compile_options(microlite INTERFACE -mlongcalls -fno-unroll-loops -Wno-unused-function)
286286
endif()
287287

288-
target_link_libraries(usermod_microlite INTERFACE microlite)
288+
target_link_libraries(usermod INTERFACE microlite)
289289
micropy_gather_target_properties(microlite)

0 commit comments

Comments
 (0)