mirror of
https://github.com/YosysHQ/yosys
synced 2025-04-29 11:55:52 +00:00
Is CentOS 7
This commit is contained in:
parent
ccf6809a49
commit
8086e132fb
1 changed files with 2 additions and 2 deletions
4
Makefile
4
Makefile
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue