Created
January 7, 2019 11:56
-
-
Save segabor/74b640075e6b125853020a7c734ec842 to your computer and use it in GitHub Desktop.
Build SourceKit_LSP on Arch Linux
This file contains hidden or 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
#!/bin/bash | |
SWIFT_HOME=${HOME}/.swiftenv/versions/swift-5.0-DEVELOPMENT-SNAPSHOT-2019-01-04-a | |
env CCC_OVERRIDE_OPTIONS="#x-fmodules s/-fmodules-cache-path.*//" \ | |
${SWIFT_HOME}/usr/bin/swift build \ | |
-Xcxx -I${SWIFT_HOME}/usr/lib/swift |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment