2
0
mirror of https://github.com/boostorg/build.git synced 2026-02-16 01:12:13 +00:00

Changes to ensure QNX/QCC compatability

[SVN r32943]
This commit is contained in:
Jim Douglas
2006-02-15 19:57:56 +00:00
parent 540e01a6b9
commit 54ca7169b7

View File

@@ -86,6 +86,10 @@ else if $(UNIX)
{
PYTHON_EMBEDDED_LIBRARY = python$(PYTHON_VERSION) ;
}
else if $(OS) = QNXNTO
{
PYTHON_EMBEDDED_LIBRARY = python$(PYTHON_VERSION) ;
}
else
{
PYTHON_EMBEDDED_LIBRARY = python$(PYTHON_VERSION) dl util ;