summaryrefslogtreecommitdiff
path: root/wrappers/swift/swift.cmd
diff options
context:
space:
mode:
authorStevenWdV <stevenwdv@gmail.com>2021-12-17 15:21:53 +0100
committerStevenWdV <stevenwdv@gmail.com>2021-12-17 15:24:59 +0100
commita47513aeeb728b6316ba6765afdd7e5adbf4f2e3 (patch)
tree2ebb3a6936af606b0276f67d4cebb446d60cc610 /wrappers/swift/swift.cmd
parenta4d394a8794a254a102b8fa3bf311d4c59f9e9b5 (diff)
Add PHP wrapper, use header for right platform for PHP & Swift, simplify Swift Windows fix
Diffstat (limited to 'wrappers/swift/swift.cmd')
-rwxr-xr-xwrappers/swift/swift.cmd9
1 files changed, 9 insertions, 0 deletions
diff --git a/wrappers/swift/swift.cmd b/wrappers/swift/swift.cmd
new file mode 100755
index 0000000..87fba4b
--- /dev/null
+++ b/wrappers/swift/swift.cmd
@@ -0,0 +1,9 @@
+@echo off
+
+:: Rename PATH -> Path
+set _p=%PATH%
+set PATH=
+set Path=%_p%
+set _p=
+
+swift.exe %*