3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2025-05-14 11:14:44 +00:00
This commit is contained in:
Akash Levy 2024-05-06 21:09:32 -07:00
parent 261bc561fa
commit 89439199e8

View file

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