Revision 74e86a41a9eddc887be949e29ad926f0f118c2c5 authored by B2G Bumper Bot on 21 September 2015, 12:31:33 UTC, committed by B2G Bumper Bot on 21 September 2015, 12:31:33 UTC
1 parent b12c447
Raw File
mozconfig.vs-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