You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nuttx.apache.org by GitBox <gi...@apache.org> on 2022/09/09 09:26:27 UTC

[GitHub] [incubator-nuttx-apps] pkarashchenko commented on a diff in pull request #1314: quickjs: add qjs tool configuration item

pkarashchenko commented on code in PR #1314:
URL: https://github.com/apache/incubator-nuttx-apps/pull/1314#discussion_r966831162


##########
interpreters/quickjs/Makefile:
##########
@@ -59,10 +52,12 @@ endif
 
 VPATH += $(QUICKJS_UNPACK)
 
+ifeq ($(CONFIG_INTERPRETERS_QUICKJS_NONE),)

Review Comment:
   ```suggestion
   ifneq ($(CONFIG_INTERPRETERS_QUICKJS_NONE),y)
   ```



-- 
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-unsubscribe@nuttx.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org