pkarashchenko commented on a change in pull request #1094: URL: https://github.com/apache/incubator-nuttx-apps/pull/1094#discussion_r836195471
########## File path: import/Make.defs ########## @@ -71,7 +71,7 @@ ifeq ($(CONFIG_BUILD_KERNEL),y) LDLIBS += -lxx endif ifneq ($(CONFIG_LIBM),y) - LIBM = ${shell "$(CC)" $(ARCHCPUFLAGS) --print-file-name=libm.a} + LIBM = ${wildcard ${shell $(CC) $(ARCHCPUFLAGS) --print-file-name=libm.a}} Review comment: @xiaoxiang781216 let's close this PR. When I was writing comment in https://github.com/apache/incubator-nuttx/pull/5864 I was not sure if changes in apps are needed or not, but now I see that they are not needed. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@nuttx.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org