3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2025-04-23 17:15:33 +00:00

Need to add back in the removed boost python line

This commit is contained in:
akash 2024-04-17 07:21:45 -07:00
parent 7b12b2867c
commit 04d30773bf

View file

@ -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),)
@ -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)"