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

Require swift, add LDFLAG path #5

Closed
wants to merge 2 commits into from
Closed

Require swift, add LDFLAG path #5

wants to merge 2 commits into from

Commits on Sep 25, 2016

  1. Update menubar-toggle.rb depend on "swift"

    Just tried to build the new version. Swift isn't installed by default. So to brew it you need the:
    
    'depends_on "swift"'
    
    line. You already had swift as you develoe in it, I needed to grab the Homebrew.
    BenjaminHCCarr authored Sep 25, 2016
    Configuration menu
    Copy the full SHA
    50d4696 View commit details
    Browse the repository at this point in the history
  2. missed LDFLAGs for Swift

    Homebrew swift isn't setup to build packages by default:
    
    '''
    This formula is keg-only, which means it was not symlinked into /usr/local.
    
    Apple's CLT package contains Swift.
    
    Generally there are no consequences of this for you. If you build your
    own software and it requires this formula, you'll need to add to your
    build variables:
    
        LDFLAGS:  -L/usr/local/opt/swift/lib
    '''
    BenjaminHCCarr authored Sep 25, 2016
    Configuration menu
    Copy the full SHA
    aa8d594 View commit details
    Browse the repository at this point in the history