Revision f70eb52dd6f9c67457d03c38d7523e90f31d2ac5 authored by ffxbld on 21 December 2015, 23:45:03 UTC, committed by ffxbld on 21 December 2015, 23:45:03 UTC
1 parent 2e4ef89
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