2
0
mirror of https://github.com/boostorg/python.git synced 2026-01-19 16:32:16 +00:00

libs/python/test/Jamfile.v2: implementing suggestions by Steven Watanabe (thanks!)

[SVN r72174]
This commit is contained in:
Ralf W. Grosse-Kunstleve
2011-05-26 01:50:32 +00:00
parent 09dc86f5f2
commit f441ec7dfd

View File

@@ -5,16 +5,13 @@
import python ;
import os ;
if [ os.name ] = QNXNTO
{
lib socket ;
}
lib socket ;
use-project /boost/python : ../build ;
project /boost/python/test
: requirements
<toolset>gcc:<cxxflags>-Wextra
<os>QNXNTO:<library>socket
<target-os>QNXNTO:<library>socket
;
local PY = ;