Revision e5950db5d3733da6cb2286216b83f1486bbc6898 authored by Nicolas B. Pierron on 15 January 2014, 13:53:35 UTC, committed by Nicolas B. Pierron on 15 January 2014, 13:53:35 UTC
1 parent dd19bf0
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