mozconfig.vs-common 157 B

12345
  1. # Pymake needs Windows-style paths. Use cmd.exe to hack around this.
  2. mk_export_correct_style() {
  3. mk_add_options "export $1=$(cmd.exe //c echo %$1%)"
  4. }