Skip to content

Commit

Permalink
change BART path
Browse files Browse the repository at this point in the history
  • Loading branch information
uecker committed Jan 10, 2024
1 parent 4aeac64 commit 460e4ca
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,12 @@ ifeq ($(UNAME),Darwin)
endif


ifeq ($(TOOLBOX_PATH),)
ifeq ($(BART_TOOLBOX_PATH),)
TOOLBOX_INC=/usr/include/bart/
TOOLBOX_LIB=/usr/lib/bart/
else
TOOLBOX_INC=$(TOOLBOX_PATH)/src/
TOOLBOX_LIB=$(TOOLBOX_PATH)/lib/
TOOLBOX_INC=$(BART_TOOLBOX_PATH)/src/
TOOLBOX_LIB=$(BART_TOOLBOX_PATH)/lib/
endif


Expand Down

0 comments on commit 460e4ca

Please sign in to comment.