From 8086e132fb1e80b42606807ae638ab85d1cfbaff Mon Sep 17 00:00:00 2001 From: Akash Levy Date: Sun, 19 May 2024 01:05:54 -0700 Subject: [PATCH] Is CentOS 7 --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index b3ec3fbab..56e830e36 100644 --- a/Makefile +++ b/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