diff options
Diffstat (limited to 'ports/boost/desktop')
| -rw-r--r-- | ports/boost/desktop/user-config.jam | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/ports/boost/desktop/user-config.jam b/ports/boost/desktop/user-config.jam index 212cd06b8..83206c098 100644 --- a/ports/boost/desktop/user-config.jam +++ b/ports/boost/desktop/user-config.jam @@ -6,6 +6,9 @@ using msvc : 14.1 : cl.exe : <setup>echo ; +using python : @PYTHON_VERSION@ : : @PYTHON_INCLUDE_PATH@ : @PYTHONLIBS_RELEASE@ ; +using python : @PYTHON_VERSION@ : : @PYTHON_INCLUDE_PATH@ : @PYTHONLIBS_DEBUG@ : <python-debugging>on ; + project user-config ; lib advapi32 ; lib icuuc : : <search>@CURRENT_INSTALLED_DIR@/lib : : |
