diff options
| author | StevenWdV <stevenwdv@gmail.com> | 2021-12-17 15:21:53 +0100 |
|---|---|---|
| committer | StevenWdV <stevenwdv@gmail.com> | 2021-12-17 15:24:59 +0100 |
| commit | a47513aeeb728b6316ba6765afdd7e5adbf4f2e3 (patch) | |
| tree | 2ebb3a6936af606b0276f67d4cebb446d60cc610 /wrappers/swift/fix-path.cmd | |
| parent | a4d394a8794a254a102b8fa3bf311d4c59f9e9b5 (diff) | |
Add PHP wrapper, use header for right platform for PHP & Swift, simplify Swift Windows fix
Diffstat (limited to 'wrappers/swift/fix-path.cmd')
| -rw-r--r-- | wrappers/swift/fix-path.cmd | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/wrappers/swift/fix-path.cmd b/wrappers/swift/fix-path.cmd deleted file mode 100644 index d8a1e42..0000000 --- a/wrappers/swift/fix-path.cmd +++ /dev/null @@ -1,6 +0,0 @@ -@echo off -:: Rename PATH -> Path -set _p=%PATH% -set PATH= -set Path=%_p% -set _p= |
