Skip to content

Commit

Permalink
Merge pull request #449 from Zogoo/bug/mruby_cleanup
Browse files Browse the repository at this point in the history
Mruby version upgrade require clean up properly (Issue #448)
  • Loading branch information
matsumotory authored Feb 4, 2020
2 parents d412aa9 + 2a01f94 commit bea09a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ fi
# FIXME: not sure if we really need this. even if we do, it should be moved to mruby/Rakefile
if [ -d "./mruby/${BUILD_DIR}" ]; then
echo "mruby Cleaning ..."
(cd mruby && ./minirake clean)
(cd mruby && rake clean MRUBY_CONFIG=../build_config.rb)
echo "mruby Cleaning ... Done"
fi

Expand Down

0 comments on commit bea09a4

Please sign in to comment.