2
0
mirror of https://github.com/boostorg/thread.git synced 2026-01-24 18:32:32 +00:00

Fixed missing tss_null file.

[SVN r36332]
This commit is contained in:
Roland Schwarz
2006-12-11 19:51:14 +00:00
parent 96a04402db
commit dfd865d67d

View File

@@ -26,7 +26,7 @@ rule thread-run ( sources )
{
return
[ run $(sources) ../build//boost_thread ]
[ run $(sources) ../build//boost_thread/<link>static
[ run $(sources) ../src/tss_null.cpp ../build//boost_thread/<link>static
: : : : $(sources[1]:B)_lib ]
;
}