Created
October 9, 2020 17:04
-
-
Save ryutorion/cef7328a2f5e01c8a0fc0c10e2810238 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
function SwiftCompile() | |
{ | |
swiftc.exe -sdk $Env:SDKROOT -L $Env:SDKROOT/usr/lib/swift/windows $args | |
} | |
Set-Alias -Name swiftc SwiftCompile |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment