summaryrefslogtreecommitdiffstats
path: root/build/mozconfig.vs-common
diff options
context:
space:
mode:
Diffstat (limited to 'build/mozconfig.vs-common')
-rw-r--r--build/mozconfig.vs-common4
1 files changed, 4 insertions, 0 deletions
diff --git a/build/mozconfig.vs-common b/build/mozconfig.vs-common
new file mode 100644
index 000000000..ca5df2f3a
--- /dev/null
+++ b/build/mozconfig.vs-common
@@ -0,0 +1,4 @@
+# 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%)"
+}