mirror of
https://github.com/mruby/mruby
synced 2026-06-08 16:11:16 +00:00
11 lines
299 B
Ruby
11 lines
299 B
Ruby
# Make sure to add these compile options:
|
|
# build/emscripten/host-bin/mruby-config --cflags
|
|
#
|
|
# Make sure to add these link options:
|
|
# build/emscripten/host-bin/mruby-config --ldflags --libs
|
|
MRuby::CrossBuild.new('emscripten') do |conf|
|
|
conf.toolchain :emscripten
|
|
|
|
conf.gembox 'default'
|
|
end
|