diff options
| author | StevenWdV <stevenwdv@gmail.com> | 2021-12-14 15:56:10 +0100 |
|---|---|---|
| committer | StevenWdV <stevenwdv@gmail.com> | 2021-12-14 15:56:10 +0100 |
| commit | ae826fde04191d26af68b898cf4b2f537d24a8ec (patch) | |
| tree | c41943907e6c880a4254106942fc2c399c462016 /wrappers/swift/fix-path.cmd | |
| parent | d9953dcc09ce61e249e40857bbf5cb98e0bb1fbf (diff) | |
Add Swift wrapper, support more platforms in Makefile
Diffstat (limited to 'wrappers/swift/fix-path.cmd')
| -rw-r--r-- | wrappers/swift/fix-path.cmd | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/wrappers/swift/fix-path.cmd b/wrappers/swift/fix-path.cmd new file mode 100644 index 0000000..d8a1e42 --- /dev/null +++ b/wrappers/swift/fix-path.cmd @@ -0,0 +1,6 @@ +@echo off +:: Rename PATH -> Path +set _p=%PATH% +set PATH= +set Path=%_p% +set _p= |
