Skip to content

Commit

Permalink
Is CentOS 7
Browse files Browse the repository at this point in the history
  • Loading branch information
akashlevy committed May 19, 2024
1 parent ccf6809 commit 8086e13
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 8086e13

Please sign in to comment.