diff options
| author | Martin Müller <muemart@users.noreply.github.com> | 2017-07-12 19:12:01 +0200 |
|---|---|---|
| committer | Martin Müller <muemart@users.noreply.github.com> | 2017-08-31 08:44:51 +0200 |
| commit | 481128e9792d47343b3a5682350569ebcebc63f7 (patch) | |
| tree | 908a7ed352195df7067a37058c103bf3e0ee1c95 /ports/boost/desktop | |
| parent | 99a8d745495815916801003c744b845c2f9e278a (diff) | |
| download | vcpkg-481128e9792d47343b3a5682350569ebcebc63f7.tar.gz vcpkg-481128e9792d47343b3a5682350569ebcebc63f7.zip | |
Build boost.python
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 : : |
