fixed openssl=on option in Jamfile

This commit is contained in:
Arvid Norberg 2007-05-04 07:46:44 +00:00
parent a985a17e6f
commit c871167ec3
1 changed files with 3 additions and 1 deletions

View File

@ -120,6 +120,8 @@ else
SOURCES += file ;
}
lib crypt : : <name>crypto ;
project torrent
: requirements
@ -176,6 +178,6 @@ lib torrent
<dht-support>on:<source>src/$(KADEMLIA_SOURCES).cpp
<dht-support>logging:<source>src/$(KADEMLIA_SOURCES).cpp
<openssl>off:<source>src/sha1.cpp
<openssl>on:<library>crypto
<openssl>on:<library>crypt
;