2
0
mirror of https://github.com/boostorg/build.git synced 2026-02-13 12:22:17 +00:00

Key on solaris, not sunos, since sunos had last release in 1992,

and solaris is what is the current name.


[SVN r49616]
This commit is contained in:
Vladimir Prus
2008-11-06 17:26:14 +00:00
parent 4329c7d0b6
commit 67224435a8

View File

@@ -810,7 +810,7 @@ rule setup-threading ( targets * : sources * : properties * )
{
option = -mthreads ;
}
case sunos :
case solaris :
{
option = -pthreads ;
libs = rt ;