diff options
| author | Yukihiro "Matz" Matsumoto <[email protected]> | 2020-05-15 20:30:49 +0900 |
|---|---|---|
| committer | Yukihiro "Matz" Matsumoto <[email protected]> | 2020-10-12 16:20:54 +0900 |
| commit | 24ad5f35b1cee44ec38f348b6b5a629b96915c06 (patch) | |
| tree | 94271953e6aa3f42ae9b38be5bd356808310570b /tasks | |
| parent | 3c222e4e716dff36c77a63f072cc40c0dc820a41 (diff) | |
| download | mruby-24ad5f35b1cee44ec38f348b6b5a629b96915c06.tar.gz mruby-24ad5f35b1cee44ec38f348b6b5a629b96915c06.zip | |
Removed unnecessary dependency from `all`.
`libmruby.flags.mak` is only required from `mruby-config` gem.
Diffstat (limited to 'tasks')
| -rw-r--r-- | tasks/libmruby.rake | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tasks/libmruby.rake b/tasks/libmruby.rake index 17f8534e2..e302ca02b 100644 --- a/tasks/libmruby.rake +++ b/tasks/libmruby.rake @@ -21,5 +21,4 @@ MRuby.each_target do f.puts "MRUBY_LIBMRUBY_PATH = #{libmruby_static}" end end - task :all => "#{build_dir}/lib/libmruby.flags.mak" end |
