Skip to content

Commit

Permalink
Merge branch 'RNseeds_with_cryptopp' of https://github.com/goodenou/O…
Browse files Browse the repository at this point in the history
…ffline into RNseeds_with_cryptopp
  • Loading branch information
Lisa Goodenough committed Dec 17, 2020
2 parents a73ca89 + d5a2168 commit 686891c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Mu2eG4/src/SConscript
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ helper=mu2e_helper(env)

g4inc = os.environ['G4INCLUDE'] + '/Geant4'
g4libdir = os.environ['G4LIB']
g4LibInc = [ '-L'+g4libdir, '-I'+g4inc]
cryptoppinc = os.environ['CRYPTOPP_INC']
cryptopplibdir = os.environ['CRYPTOPP_LIB']
g4LibInc = [ '-L'+g4libdir, '-I'+g4inc, '-L'+cryptopplibdir, '-I'+cryptoppinc ]
Expand Down

0 comments on commit 686891c

Please sign in to comment.