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:
@@ -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 = ;
|
||||
|
||||
Reference in New Issue
Block a user