mirror of
https://github.com/YosysHQ/yosys
synced 2025-06-22 13:53:40 +00:00
Fix platform dependence for CentOS 7
This commit is contained in:
parent
c9e1d08c79
commit
875bc18023
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -373,7 +373,7 @@ BOOST_PYTHON_LIB ?= $(shell \
|
||||||
)
|
)
|
||||||
|
|
||||||
# Inside CentOS 7
|
# Inside CentOS 7
|
||||||
ifeq (${IS_CENTOS7},1)
|
ifeq (${PLATFORM},centos7)
|
||||||
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