diff options
| author | Yukihiro "Matz" Matsumoto <[email protected]> | 2021-01-06 17:14:12 +0900 |
|---|---|---|
| committer | Yukihiro "Matz" Matsumoto <[email protected]> | 2021-01-06 17:14:12 +0900 |
| commit | 8e048ae25db2c00e983bb75f915058844a50c0cb (patch) | |
| tree | 4dbf22f15e482bf082712286bcf0daa5e51aa41c /tasks/libmruby.rake | |
| parent | 1341e53961b3e99ac67d803e5ead677e976d18c4 (diff) | |
| parent | 74c9502bd45fd70926c86ce564c2d5d1df9a6dd0 (diff) | |
| download | mruby-8e048ae25db2c00e983bb75f915058844a50c0cb.tar.gz mruby-8e048ae25db2c00e983bb75f915058844a50c0cb.zip | |
Merge branch 'shuujii-improve-source-scanning-for-presym'
Diffstat (limited to 'tasks/libmruby.rake')
| -rw-r--r-- | tasks/libmruby.rake | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/tasks/libmruby.rake b/tasks/libmruby.rake index c73b25d3b..23cd992ff 100644 --- a/tasks/libmruby.rake +++ b/tasks/libmruby.rake @@ -3,6 +3,8 @@ MRuby.each_target do archiver.run t.name, t.prerequisites end + products << libmruby_core_static + next unless libmruby_enabled? file libmruby_static => libmruby_objs.flatten do |t| @@ -27,4 +29,6 @@ MRuby.each_target do f.puts "MRUBY_LIBMRUBY_PATH = #{libmruby_static}" end end + + products << libmruby_static end |
