3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2025-04-29 03:45:52 +00:00

Is CentOS 7

This commit is contained in:
Akash Levy 2024-05-19 01:05:54 -07:00
parent ccf6809a49
commit 8086e132fb

View file

@ -334,8 +334,8 @@ BOOST_PYTHON_LIB ?= $(shell \
$(call CHECK_BOOST_PYTHON,boost_python) \
)
# Inside CentOS 7 Docker
ifeq (${DOCKER_RUNNING},1)
# Inside CentOS 7
ifeq (${IS_CENTOS7},1)
BOOST_PYTHON_LIB = -L/opt/boost/lib -lboost_python38
CXXFLAGS += -I/opt/boost/include
endif