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:
parent
7b12b2867c
commit
04d30773bf
1 changed files with 2 additions and 1 deletions
3
Makefile
3
Makefile
|
@ -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)"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue