Skip to content

Commit

Permalink
Need to add back in the removed boost python line
Browse files Browse the repository at this point in the history
  • Loading branch information
akash authored and akash committed Apr 17, 2024
1 parent 7b12b28 commit 04d3077
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -380,6 +380,7 @@ BOOST_PYTHON_LIB ?= $(shell \
$(call CHECK_BOOST_PYTHON,boost_python-py$(PYTHON_MAJOR_VERSION)) || \
$(call CHECK_BOOST_PYTHON,boost_python$(subst .,,$(PYTHON_VERSION))) || \
$(call CHECK_BOOST_PYTHON,boost_python$(PYTHON_MAJOR_VERSION)) \
$(call CHECK_BOOST_PYTHON,boost_python) \
)

ifeq ($(BOOST_PYTHON_LIB),)
Expand Down Expand Up @@ -1157,4 +1158,4 @@ echo-cxx:
.PHONY: config-clean config-clang config-gcc config-gcc-static config-afl-gcc config-gprof config-sudo

echo-path:
@echo "$(PATH)"
@echo "$(PATH)"

0 comments on commit 04d3077

Please sign in to comment.