Skip to content

Commit

Permalink
Added extra modules
Browse files Browse the repository at this point in the history
Signed-off-by: Stefan Marr <[email protected]>
  • Loading branch information
smarr committed Sep 19, 2018
1 parent 6f8a391 commit fbee97f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions mx_tar_vcs.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,10 @@ def root(self, directory, abortOnError=True):
return directory[:-len("/tools")]
if directory.endswith("/sdk"):
return directory[:-len("/sdk")]
if directory.endswith("/substratevm"):
return directory[:-len("/substratevm")]
if directory.endswith("/vm"):
return directory[:-len("/vm")]

return directory

Expand Down

0 comments on commit fbee97f

Please sign in to comment.