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:
@@ -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 :
|
||||
|
||||
Reference in New Issue
Block a user