We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6f8a391 commit fbee97fCopy full SHA for fbee97f
1 file changed
mx_tar_vcs.py
@@ -17,6 +17,10 @@ def root(self, directory, abortOnError=True):
17
return directory[:-len("/tools")]
18
if directory.endswith("/sdk"):
19
return directory[:-len("/sdk")]
20
+ if directory.endswith("/substratevm"):
21
+ return directory[:-len("/substratevm")]
22
+ if directory.endswith("/vm"):
23
+ return directory[:-len("/vm")]
24
25
return directory
26
0 commit comments