mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-01 14:45:29 +00:00
23813dfab4
--HG-- rename : build/mozconfig.vs2010-common => build/mozconfig.vs-common extra : rebase_source : d17ad706b488ef28c1122d84cc75638ddf4dbedc
5 lines
157 B
Plaintext
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%)"
|
|
}
|