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

libs/python/test/Jamfile.v2: correction, by Steven Watanabe

[SVN r72175]
This commit is contained in:
Ralf W. Grosse-Kunstleve
2011-05-26 04:09:40 +00:00
parent f441ec7dfd
commit 201c100422

View File

@@ -11,7 +11,7 @@ use-project /boost/python : ../build ;
project /boost/python/test
: requirements
<toolset>gcc:<cxxflags>-Wextra
<target-os>QNXNTO:<library>socket
<target-os>qnxnto:<library>socket
;
local PY = ;