Skip to content
This repository has been archived by the owner on Aug 4, 2022. It is now read-only.

Commit

Permalink
Bug 1615511 - Don't use raw backslashed paths. r=froydnj
Browse files Browse the repository at this point in the history
  • Loading branch information
glandium committed Feb 14, 2020
1 parent 846745f commit 264088c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/moz.configure/windows.configure
Original file line number Diff line number Diff line change
Expand Up @@ -276,7 +276,7 @@ def dia_sdk_dir(vc_path, dia_sdk_path):
# This would be easier if we had the installationPath that
# get_vc_paths works with, since 'DIA SDK' is relative to that.
path = os.path.normpath(os.path.join(
vc_path, r'..\..\..\..\DIA SDK'))
vc_path, '..', '..', '..', '..', 'DIA SDK'))
else:
return

Expand Down

0 comments on commit 264088c

Please sign in to comment.