mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-08-15 08:53:07 +09:00
4 lines
153 B
Text
4 lines
153 B
Text
# 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%)"
|
|
}
|