Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Enable sourcekitd to be built by default on Linux #6858

Merged
merged 1 commit into from
Jan 21, 2017
Merged

Enable sourcekitd to be built by default on Linux #6858

merged 1 commit into from
Jan 21, 2017

Commits on Jan 17, 2017

  1. Enable sourcekitd to be built by default on Linux

    The Linux build has a dependency on the libdispatch library,
    which is needed by the various native libraries for sourcekitd.
    
    On macOS, the dependency for libdispatch is satisfied directly through
    the base OS, but on Linux no such dependency exists.
    
    Modify this so that if the SourceKit library is built, and the
    libdispatch library is already present, then we shell out to make
    the libdispatch binary project when the SourceKit is built.
    
    Issue: SR-1676
    alblue committed Jan 17, 2017
    Configuration menu
    Copy the full SHA
    3e9f66c View commit details
    Browse the repository at this point in the history