diff options
| author | Masaki Muranaka <[email protected]> | 2013-04-11 12:52:20 +0900 |
|---|---|---|
| committer | Masaki Muranaka <[email protected]> | 2013-04-11 12:52:20 +0900 |
| commit | 1b4ad941b4c715087f98ee15c4949898c25d00eb (patch) | |
| tree | 4fbee19d9d9b58edd36faecc0f730f70446b16ff /Rakefile | |
| parent | 9c9c3b411f09225f1031a0267279b2141be90855 (diff) | |
| download | mruby-1b4ad941b4c715087f98ee15c4949898c25d00eb.tar.gz mruby-1b4ad941b4c715087f98ee15c4949898c25d00eb.zip | |
Use not tool/ but tools/. This is for naming consistency.
Diffstat (limited to 'Rakefile')
| -rw-r--r-- | Rakefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -55,7 +55,7 @@ MRuby.each_target do 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")) } + objs = Dir.glob("#{current_dir}/tools/#{bin}/*.c").map { |f| objfile(f.pathmap("#{current_build_dir}/tools/#{bin}/%n")) } file exec => objs + [libfile("#{build_dir}/lib/libmruby")] do |t| gem_flags = gems.map { |g| g.linker.flags } |
