Skip to content

Commit d58527a

Browse files
committed
hammer method 4
1 parent 8bfa0ac commit d58527a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/install_dependencies.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ if (( COMPILE_BOOST )); then
5353
echo "$pyv ./bootstrap.sh \
5454
--prefix=${ROOT_DIR}/install/boost
5555
--with-libraries=python,filesystem,system,program_options \
56-
--with-python=${py3} --with-python-root=${py3_root}"
56+
--with-python=${py3} --with-python-version=${PYTHON_BINDING_VERSION} --with-python-root=${py3_root}"
5757

5858
./bootstrap.sh \
5959
--prefix=${ROOT_DIR}/install/boost

0 commit comments

Comments
 (0)