aboutsummaryrefslogtreecommitdiff
path: root/ports/boost-python
diff options
context:
space:
mode:
authorRobert Schumacher <roschuma@microsoft.com>2017-12-21 11:46:26 -0800
committerRobert Schumacher <roschuma@microsoft.com>2017-12-21 11:47:13 -0800
commit95b739c1a8eeea5dbb73be58e369baa9fb231a8c (patch)
tree3489e2026eb58c1c3c77be7dcc786b80e2ba097c /ports/boost-python
parent15ca078f607da82b16e59c1ea534b483207a08f6 (diff)
downloadvcpkg-95b739c1a8eeea5dbb73be58e369baa9fb231a8c.tar.gz
vcpkg-95b739c1a8eeea5dbb73be58e369baa9fb231a8c.zip
[boost-python] Fix build.
Diffstat (limited to 'ports/boost-python')
-rw-r--r--ports/boost-python/CONTROL2
-rw-r--r--ports/boost-python/portfile.cmake1
2 files changed, 2 insertions, 1 deletions
diff --git a/ports/boost-python/CONTROL b/ports/boost-python/CONTROL
index 645cf8b13..f59353af7 100644
--- a/ports/boost-python/CONTROL
+++ b/ports/boost-python/CONTROL
@@ -1,5 +1,5 @@
# Automatically generated by boost-vcpkg-helpers/generate-ports.ps1
Source: boost-python
-Version: 1.66.0
+Version: 1.66.0-1
Build-Depends: boost-bind, boost-config, boost-core, boost-detail, boost-graph, boost-integer, boost-iterator, boost-mpl, boost-preprocessor, boost-property-map, boost-smart-ptr, boost-static-assert, boost-tuple, boost-utility, boost-vcpkg-helpers, python3
Description: Boost python module
diff --git a/ports/boost-python/portfile.cmake b/ports/boost-python/portfile.cmake
index beb16ad8f..395227990 100644
--- a/ports/boost-python/portfile.cmake
+++ b/ports/boost-python/portfile.cmake
@@ -16,4 +16,5 @@ file(GLOB PYTHON_INCLUDE_PATH "${CURRENT_INSTALLED_DIR}/include/python[0-9.]*")
set(PYTHONLIBS_RELEASE "${CURRENT_INSTALLED_DIR}/lib")
set(PYTHONLIBS_DEBUG "${CURRENT_INSTALLED_DIR}/debug/lib")
string(REGEX REPLACE ".*python([0-9\.]+)$" "\\1" PYTHON_VERSION "${PYTHON_INCLUDE_PATH}")
+boost_modular_build(SOURCE_PATH ${SOURCE_PATH})
boost_modular_headers(SOURCE_PATH ${SOURCE_PATH})