summaryrefslogtreecommitdiff
path: root/wrappers/swift/swift.cmd
blob: 57040bdf804cd0beb3d4f07c299197056e9a66ce (plain)
1
2
3
4
5
6
7
8
9
@echo off

:: Rename PATH -> Path because of swift issue https://github.com/compnerd/swift-build/issues/413
set _p=%PATH%
set PATH=
set Path=%_p%
set _p=

swift.exe %*