We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9e66779 commit f2fdc91Copy full SHA for f2fdc91
CMakeLists.txt
@@ -93,7 +93,7 @@ set(PICORBC ${COMPONENT_DIR}/picoruby/bin/picorbc)
93
94
foreach(rb ${RUBY_FILES})
95
add_custom_target(${rb}
96
- COMMAND ${PICORBC} -B${rb} -o${COMPONENT_DIR}/mrb/${rb}.c ${COMPONENT_DIR}/mrblib/${rb}.rb
+ COMMAND echo "Compile Ruby files." && ${PICORBC} -B${rb} -o${COMPONENT_DIR}/mrb/${rb}.c ${COMPONENT_DIR}/mrblib/${rb}.rb && ls ${COMPONENT_DIR}/mrb
97
DEPENDS mrbdir
98
)
99
add_dependencies(${rb} picoruby)
0 commit comments