forked from premiere/premiere-libtorrent
fixed typo in Jamfile making it fail when linking against librt
This commit is contained in:
parent
ebcb6861ca
commit
35f5ace67a
2
Jamfile
2
Jamfile
|
@ -78,7 +78,7 @@ rule linking ( properties * )
|
||||||
# clock_gettime on linux requires librt
|
# clock_gettime on linux requires librt
|
||||||
if <need-librt>yes in $(properties)
|
if <need-librt>yes in $(properties)
|
||||||
{
|
{
|
||||||
result += <library>rt ;
|
result += <library>librt ;
|
||||||
}
|
}
|
||||||
|
|
||||||
if <tcmalloc>yes in $(properties)
|
if <tcmalloc>yes in $(properties)
|
||||||
|
|
Loading…
Reference in New Issue