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) \
|
$(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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue