Skip to content

Commit

Permalink
Added RbConfig::CONFIG['THREAD_MODEL']
Browse files Browse the repository at this point in the history
This is used by rubysl-openssl to set the threading model.
  • Loading branch information
Yorick Peterse committed May 15, 2015
1 parent cda7249 commit 8646ad5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions library/rbconfig.rb
Expand Up @@ -107,6 +107,7 @@ module RbConfig
CONFIG["MANTYPE"] = "doc"
CONFIG["MAKEFILES"] = "Makefile"
CONFIG["NULLCMD"] = ":"
CONFIG["THREAD_MODEL"] = "pthread"
# compile tools flags
# since we hardcode using gcc, and this flag is only
# used by mkmf to compile extensions, be sure PIC is in
Expand Down

0 comments on commit 8646ad5

Please sign in to comment.