forked from premiere/premiere-libtorrent
fix to include assert.cpp in release mode as well
This commit is contained in:
parent
e45e6af107
commit
62670cc2f3
4
Jamfile
4
Jamfile
|
@ -112,8 +112,7 @@ rule building ( properties * )
|
|||
{
|
||||
local result ;
|
||||
|
||||
if <variant>debug in $(properties)
|
||||
&& ( <target-os>linux in $(properties)
|
||||
if ( <target-os>linux in $(properties)
|
||||
|| <target-os>darwin in $(properties) )
|
||||
&& ( <toolset>gcc in $(properties)
|
||||
|| <toolset>darwin in $(properties) )
|
||||
|
@ -218,6 +217,7 @@ lib ws2_32 : : <name>ws2_32 ;
|
|||
|
||||
SOURCES =
|
||||
alert
|
||||
assert
|
||||
connection_queue
|
||||
entry
|
||||
escape_string
|
||||
|
|
Loading…
Reference in New Issue