File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ Dir.chdir(mruby_root)
1414load "#{ mruby_root } /Rakefile"
1515
1616desc "compile all the binaries"
17- task :compile => [ :mruby , : all] do
17+ task :compile => [ :all ] do
1818 %W( #{ mruby_root } /build/host/bin/#{ APP_NAME } #{ mruby_root } /build/i686-pc-linux-gnu/#{ APP_NAME } ") . each do |bin |
1919 sh "strip --strip-unneeded #{ bin } " if File . exist? ( bin )
2020 end
Original file line number Diff line number Diff line change @@ -302,7 +302,7 @@ def rakefile
302302load "\# {mruby_root}/Rakefile"
303303
304304desc "compile binary"
305- task :compile => [:mruby, : all] do
305+ task :compile => [:all] do
306306 %W(\# {mruby_root}/build/host/bin/\# {APP_NAME} \# {mruby_root}/build/i686-pc-linux-gnu/\# {APP_NAME}").each do |bin|
307307 sh "strip --strip-unneeded \# {bin}" if File.exist?(bin)
308308 end
You can’t perform that action at this time.
0 commit comments