]> git.saurik.com Git - apple/icu.git/blobdiff - icuSources/data/buildtool/renderers/windows_exec.py
ICU-64232.0.1.tar.gz
[apple/icu.git] / icuSources / data / buildtool / renderers / windows_exec.py
diff --git a/icuSources/data/buildtool/renderers/windows_exec.py b/icuSources/data/buildtool/renderers/windows_exec.py
new file mode 100644 (file)
index 0000000..731801e
--- /dev/null
@@ -0,0 +1,7 @@
+# Copyright (C) 2018 and later: Unicode, Inc. and others.
+# License & terms of use: http://www.unicode.org/copyright.html
+
+from . import common_exec
+
+def run(**kwargs):
+    return common_exec.run(is_windows=True, **kwargs)