Files
UXP-Fixed/build/mozconfig.vs-common
T
2018-02-02 04:16:08 -05:00

5 lines
157 B
Plaintext

# 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%)"
}