Ignore:
Timestamp:
Jul 9, 2020, 8:51:43 AM (4 years ago)
Author:
coas-nagasima
Message:

mrubyを2.1.1に更新

Location:
EcnlProtoTool/trunk/mruby-2.1.1
Files:
1 edited
1 moved

Legend:

Unmodified
Added
Removed
  • EcnlProtoTool/trunk/mruby-2.1.1/mrbgems/mruby-bin-mrbc/mrbgem.rake

    r321 r439  
    99  mrbc_objs = Dir.glob("#{spec.dir}/tools/mrbc/*.c").map { |f| objfile(f.pathmap("#{spec.build_dir}/tools/mrbc/%n")) }.flatten
    1010
    11   file exec => mrbc_objs + [libfile("#{build.build_dir}/lib/libmruby_core")] do |t|
     11  file exec => mrbc_objs + [build.libmruby_core_static] do |t|
    1212    build.linker.run t.name, t.prerequisites
    1313  end
Note: See TracChangeset for help on using the changeset viewer.