Skip to content

Commit 8646ad5

Browse files
author
Yorick Peterse
committed
Added RbConfig::CONFIG['THREAD_MODEL']
This is used by rubysl-openssl to set the threading model.
1 parent cda7249 commit 8646ad5

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

library/rbconfig.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -107,6 +107,7 @@ module RbConfig
107107
CONFIG["MANTYPE"] = "doc"
108108
CONFIG["MAKEFILES"] = "Makefile"
109109
CONFIG["NULLCMD"] = ":"
110+
CONFIG["THREAD_MODEL"] = "pthread"
110111
# compile tools flags
111112
# since we hardcode using gcc, and this flag is only
112113
# used by mkmf to compile extensions, be sure PIC is in

0 commit comments

Comments
 (0)