Skip to content

Commit fbee97f

Browse files
committed
Added extra modules
Signed-off-by: Stefan Marr <[email protected]>
1 parent 6f8a391 commit fbee97f

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

mx_tar_vcs.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,10 @@ def root(self, directory, abortOnError=True):
1717
return directory[:-len("/tools")]
1818
if directory.endswith("/sdk"):
1919
return directory[:-len("/sdk")]
20+
if directory.endswith("/substratevm"):
21+
return directory[:-len("/substratevm")]
22+
if directory.endswith("/vm"):
23+
return directory[:-len("/vm")]
2024

2125
return directory
2226

0 commit comments

Comments
 (0)