mirror of
https://github.com/cemu-project/vcpkg.git
synced 2025-02-23 02:57:09 +01:00
[boost-python] Fix build.
This commit is contained in:
parent
15ca078f60
commit
95b739c1a8
@ -1,5 +1,5 @@
|
|||||||
# Automatically generated by boost-vcpkg-helpers/generate-ports.ps1
|
# Automatically generated by boost-vcpkg-helpers/generate-ports.ps1
|
||||||
Source: boost-python
|
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
|
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
|
Description: Boost python module
|
||||||
|
@ -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_RELEASE "${CURRENT_INSTALLED_DIR}/lib")
|
||||||
set(PYTHONLIBS_DEBUG "${CURRENT_INSTALLED_DIR}/debug/lib")
|
set(PYTHONLIBS_DEBUG "${CURRENT_INSTALLED_DIR}/debug/lib")
|
||||||
string(REGEX REPLACE ".*python([0-9\.]+)$" "\\1" PYTHON_VERSION "${PYTHON_INCLUDE_PATH}")
|
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})
|
boost_modular_headers(SOURCE_PATH ${SOURCE_PATH})
|
||||||
|
@ -293,6 +293,7 @@ foreach ($library in $libraries)
|
|||||||
if ($library -eq "python")
|
if ($library -eq "python")
|
||||||
{
|
{
|
||||||
$deps += @("python3")
|
$deps += @("python3")
|
||||||
|
$needsBuild = $true
|
||||||
}
|
}
|
||||||
elseif ($library -eq "iostreams")
|
elseif ($library -eq "iostreams")
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user