Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
akashlevy committed May 7, 2024
1 parent 261bc56 commit 8943919
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 @@ -385,8 +385,8 @@ BOOST_PYTHON_LIB ?= $(shell \

# Inside CentOS 7 Docker
ifeq (${DOCKER_RUNNING},1)
BOOST_PYTHON_LIB = -L/usr/lib64/boost169/ -lboost_python36
CXXFLAGS += -I/usr/include/boost169/
BOOST_PYTHON_LIB = -L/opt/boost/lib -lboost_python38
CXXFLAGS += -I/opt/boost/include
endif

ifeq ($(BOOST_PYTHON_LIB),)
Expand Down

0 comments on commit 8943919

Please sign in to comment.