Skip to content

Commit 8646ad5

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

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
 

Diff for: ‎library/rbconfig.rb

+1
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)
Please sign in to comment.