feat(linja): remove drivename to fix problems with ninja
Remark: this is a little bit hackish, we should look for a better solution.
This commit is contained in:
parent
8867f47dd6
commit
be9c59b9ff
1 changed files with 2 additions and 1 deletions
|
@ -134,7 +134,8 @@ def normalize_drive_name(name):
|
|||
if drive == None:
|
||||
return name
|
||||
else:
|
||||
return drive.lower() + path
|
||||
# Leo: return drive.lower() + path
|
||||
return path
|
||||
else:
|
||||
return name
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue