Skip to content

Commit

Permalink
fix mrb-thread test
Browse files Browse the repository at this point in the history
  • Loading branch information
pyama86 committed Mar 20, 2017
1 parent 6d82d6f commit b99374d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions build_config.rb
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,6 @@
conf.gem mgem: 'mruby-thread'
conf.linker.libraries << ['pthread']
conf.gem File.expand_path(File.dirname(__FILE__))
conf.cc.flags << "-DMRB_THREAD_COPY_VALUES"
conf.enable_test
end
1 change: 1 addition & 0 deletions mrbgem.rake
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
MRuby::Gem::Specification.new('mruby-signal-thread') do |spec|
spec.license = 'MIT'
spec.authors = 'pyama86'
spec.cc.flags << "-DMRB_THREAD_COPY_VALUES"
spec.add_dependency 'mruby-thread'
spec.add_test_dependency 'mruby-process'
spec.add_test_dependency 'mruby-sleep'
Expand Down

0 comments on commit b99374d

Please sign in to comment.