• R/O
  • HTTP
  • SSH
  • HTTPS

Commit

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

mrubyを超漢字で動作させる


Commit MetaInfo

Revisão2df9786f33e8be5ef50e36330e54e6d6d02bf234 (tree)
Hora2015-10-15 11:48:49
AutorRalph Desir <battleroundscool@gmai...>
CommiterRalph Desir

Mensagem de Log

got rid of dummy gem i was testing

Mudança Sumário

Diff

--- a/build_config.rb
+++ b/build_config.rb
@@ -21,7 +21,7 @@ MRuby::Build.new do |conf|
2121
2222 # include the default GEMs
2323 conf.gembox 'default'
24- conf.gem '/home/thamav/tests/mrbgems_test'
24+
2525 # C compiler settings
2626 # conf.cc do |cc|
2727 # cc.command = ENV['CC'] || 'gcc'
@@ -82,7 +82,7 @@ MRuby::Build.new do |conf|
8282 # bintest
8383 # conf.enable_bintest
8484 end
85-=begin
85+
8686 MRuby::Build.new('host-debug') do |conf|
8787 # load specific toolchain settings
8888
@@ -117,7 +117,7 @@ MRuby::Build.new('test') do |conf|
117117
118118 conf.gembox 'default'
119119 end
120-=end
120+
121121 # Define cross build settings
122122 # MRuby::CrossBuild.new('32bit') do |conf|
123123 # toolchain :gcc