mirror of
https://github.com/roytam1/UXP.git
synced 2026-05-26 14:54:25 +00:00
5 lines
153 B
Plaintext
5 lines
153 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%)"
|
|
}
|