diff options
| author | Masaki Muranaka <[email protected]> | 2013-04-11 12:49:57 +0900 |
|---|---|---|
| committer | Masaki Muranaka <[email protected]> | 2013-04-11 12:49:57 +0900 |
| commit | 9c9c3b411f09225f1031a0267279b2141be90855 (patch) | |
| tree | b3540726fd157a46cd397822849f161425487f1f | |
| parent | a0aa753a0b121f193681bc679972f26ba5c322db (diff) | |
| download | mruby-9c9c3b411f09225f1031a0267279b2141be90855.tar.gz mruby-9c9c3b411f09225f1031a0267279b2141be90855.zip | |
Cosmetic changes.
| -rw-r--r-- | Rakefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -48,12 +48,12 @@ depfiles = MRuby.targets['host'].bins.map do |bin| end MRuby.each_target do - gems.map do | gem | + gems.map do |gem| current_dir = gem.dir.relative_path_from(Dir.pwd) relative_from_root = gem.dir.relative_path_from(MRUBY_ROOT) current_build_dir = "#{build_dir}/#{relative_from_root}" - gem.bins.each do | bin | + gem.bins.each do |bin| exec = exefile("#{build_dir}/bin/#{bin}") objs = Dir.glob("#{current_dir}/tool/#{bin}/*.c").map { |f| objfile(f.pathmap("#{current_build_dir}/tool/#{bin}/%n")) } |
