Skip to content

Commit e1275d3

Browse files
committed
Update for latest mruby
1 parent 237f8ae commit e1275d3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

mrbgem.rake

+1
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ MRuby::Gem::Specification.new('mobiruby-common') do |spec|
1313
file "#{basename}.c" => f do |t|
1414
FileUtils.mkdir_p File.dirname(t.name)
1515
open(t.name, 'w') do |out|
16+
out.puts '#include <stdint.h>'
1617
mrbc.run out, f, "mruby_data_#{File.basename(basename).gsub('-','_')}"
1718
end
1819
end

0 commit comments

Comments
 (0)