We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8bfa0ac commit d58527aCopy full SHA for d58527a
.github/workflows/install_dependencies.sh
@@ -53,7 +53,7 @@ if (( COMPILE_BOOST )); then
53
echo "$pyv ./bootstrap.sh \
54
--prefix=${ROOT_DIR}/install/boost
55
--with-libraries=python,filesystem,system,program_options \
56
- --with-python=${py3} --with-python-root=${py3_root}"
+ --with-python=${py3} --with-python-version=${PYTHON_BINDING_VERSION} --with-python-root=${py3_root}"
57
58
./bootstrap.sh \
59
0 commit comments