Skip to content

Commit

Permalink
remove 2-path includes
Browse files Browse the repository at this point in the history
  • Loading branch information
rlcee committed Apr 22, 2022
1 parent eb94fba commit f82a4a4
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions python/sconstruct_helper.py
Original file line number Diff line number Diff line change
Expand Up @@ -79,10 +79,6 @@ def cppPath(mu2eOpts):
else:
# the linked repo style
path.append(mu2eOpts["workDir"]+"/link")
# add the build directory of each package, for generated code
if os.environ['MUSE_NPATH'] == "2" :
for repo in mu2eOpts['repos'].split():
path.append(mu2eOpts['workDir']+'/'+repo)

path = path + [
os.environ['ART_INC'],
Expand Down

0 comments on commit f82a4a4

Please sign in to comment.