3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2025-04-29 11:55: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) \ $(call CHECK_BOOST_PYTHON,boost_python) \
) )
# Inside CentOS 7 Docker # Inside CentOS 7
ifeq (${DOCKER_RUNNING},1) ifeq (${IS_CENTOS7},1)
BOOST_PYTHON_LIB = -L/opt/boost/lib -lboost_python38 BOOST_PYTHON_LIB = -L/opt/boost/lib -lboost_python38
CXXFLAGS += -I/opt/boost/include CXXFLAGS += -I/opt/boost/include
endif endif