summaryrefslogtreecommitdiff
path: root/wrappers/swift/swift.cmd
diff options
context:
space:
mode:
Diffstat (limited to 'wrappers/swift/swift.cmd')
-rwxr-xr-xwrappers/swift/swift.cmd2
1 files changed, 1 insertions, 1 deletions
diff --git a/wrappers/swift/swift.cmd b/wrappers/swift/swift.cmd
index 87fba4b..57040bd 100755
--- a/wrappers/swift/swift.cmd
+++ b/wrappers/swift/swift.cmd
@@ -1,6 +1,6 @@
@echo off
-:: Rename PATH -> Path
+:: Rename PATH -> Path because of swift issue https://github.com/compnerd/swift-build/issues/413
set _p=%PATH%
set PATH=
set Path=%_p%