Revision 5f34e7c5db22dfb8de4a1495972d16cbe93158ae authored by ffxbld on 26 August 2014, 19:23:57 UTC, committed by ffxbld on 26 August 2014, 19:23:57 UTC
1 parent fc797b1
Raw File
mozconfig.vs2010-common
# Pymake needs Windows-style paths. Use cmd.exe to hack around this.
mk_export_correct_style() {
  mk_add_options "export $1=$(cmd.exe //c echo %$1%)"
}
back to top