2
0
mirror of https://github.com/boostorg/build.git synced 2026-02-15 00:52:16 +00:00

Corrected code for setting up clang threading.

This commit is contained in:
Edward Diener
2014-08-18 20:06:06 -04:00
parent bbb27eeb45
commit ae3a8e449f

View File

@@ -191,6 +191,9 @@ rule link.dll ( targets * : sources * : properties * ) {
rule setup-threading ( targets * : sources * : properties * )
{
local target = [ feature.get-values target-os : $(properties) ] ;
switch $(target)
{
case windows :