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

libs/python/test/Jamfile.v2: patch provided by Niklas Angare (Ticket #5565)

[SVN r72173]
This commit is contained in:
Ralf W. Grosse-Kunstleve
2011-05-26 00:21:33 +00:00
parent a11a3f9f76
commit 09dc86f5f2

View File

@@ -3,11 +3,18 @@
# file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
import python ;
import os ;
if [ os.name ] = QNXNTO
{
lib socket ;
}
use-project /boost/python : ../build ;
project /boost/python/test
: requirements
<toolset>gcc:<cxxflags>-Wextra
<os>QNXNTO:<library>socket
;
local PY = ;