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