Skip to content

Commit

Permalink
* slight fix to find the new location of libDirac.so [rtj]
Browse files Browse the repository at this point in the history
  • Loading branch information
rjones30 committed Aug 12, 2021
1 parent 3e23274 commit 3e680f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion GNUmakefile
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ ifndef G4SYSTEM
endif

ifdef DIRACXX_HOME
CPPFLAGS += -I$(DIRACXX_HOME) -DUSING_DIRACXX -L$(DIRACXX_HOME) -lDirac
CPPFLAGS += -I$(DIRACXX_HOME)/include -DUSING_DIRACXX -L$(DIRACXX_HOME)/lib -lDirac
endif

PYTHON_CONFIG = python-config
Expand Down

0 comments on commit 3e680f6

Please sign in to comment.