crafcat7 commented on code in PR #11303:
URL: https://github.com/apache/nuttx/pull/11303#discussion_r1413574241
##########
tools/configure.sh:
##########
@@ -167,8 +167,12 @@ if [ ! -r ${src_makedefs} ]; then
src_makedefs=${configpath}/../../scripts/Make.defs
if [ ! -r ${src_makedefs} ]; then
- echo "File Make.defs could not be found"
- exit 4
+ src_makedefs=${configpath}/../../../common/scripts/Make.defs
+
+ if [ ! -r ${src_makedefs} ]; then
Review Comment:
OK, I submitted a new commit to solve this problem
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]