Skip to content

Instantly share code, notes, and snippets.

@ryutorion
Created October 9, 2020 17:04
Show Gist options
  • Save ryutorion/cef7328a2f5e01c8a0fc0c10e2810238 to your computer and use it in GitHub Desktop.
Save ryutorion/cef7328a2f5e01c8a0fc0c10e2810238 to your computer and use it in GitHub Desktop.
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