mirror of
https://github.com/YosysHQ/yosys
synced 2025-05-14 11:14:44 +00:00
Fix
This commit is contained in:
parent
261bc561fa
commit
89439199e8
1 changed files with 2 additions and 2 deletions
4
Makefile
4
Makefile
|
@ -385,8 +385,8 @@ BOOST_PYTHON_LIB ?= $(shell \
|
|||
|
||||
# Inside CentOS 7 Docker
|
||||
ifeq (${DOCKER_RUNNING},1)
|
||||
BOOST_PYTHON_LIB = -L/usr/lib64/boost169/ -lboost_python36
|
||||
CXXFLAGS += -I/usr/include/boost169/
|
||||
BOOST_PYTHON_LIB = -L/opt/boost/lib -lboost_python38
|
||||
CXXFLAGS += -I/opt/boost/include
|
||||
endif
|
||||
|
||||
ifeq ($(BOOST_PYTHON_LIB),)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue